The Ultimate Home Assistant Color List: 50+ Hue Names for Perfect Smart Lighting

Navigating the vibrant world of home automation often begins with a simple question: how do you tell your smart devices what color you want? The answer lies in understanding the home assistant color list, a foundational element that bridges the gap between your creative vision and your connected lighting. This specific set of standardized color names and values is the language your voice assistant or automation platform uses to interpret commands like "turn the living room lamp to relaxing blue."

For anyone serious about crafting a cohesive smart home environment, moving beyond basic on and off commands is essential. This is where the power of color integration comes into play, allowing you to set the perfect mood for a dinner party, wind down with a calming sunset simulation, or energize your workspace with a vibrant morning glow. Mastering the official color list ensures that your commands are executed precisely, eliminating the frustration of misinterpretation and unlocking the full potential of your ambient lighting design.

Why a Standardized Color List Matters

You might assume that "red" is simply "red," but in the digital ecosystem of home automation, consistency is king. A standardized home assistant color list provides a universal dictionary that your Hubitat, Home Assistant, or cloud platform relies on. Without it, a command for "crimson" on one device might yield a slightly different hue on another, leading to inconsistent scenes and broken automations.

Is there a list available what color names I can use in Home Assistant ...

This standardization is particularly crucial when creating complex routines. Imagine a "Good Morning" scene that gradually fades in your bedroom lights to a specific shade of "Soft White." If the color value is ambiguous or inconsistent, the scene will fail to deliver the intended gentle awakening. A reliable, documented list ensures that every device speaks the same language, resulting in seamless, predictable experiences.

Hex Codes: The Technical Backbone

Behind every user-friendly color name like "Spring Green" or "Midnight Blue" lies a precise string of code: the hexadecimal (hex) value. This six-digit alphanumeric code, such as #FF69B4 for Hot Pink, is the definitive representation of the color that your devices understand. The home assistant color list maps these human-readable names to their corresponding hex codes, ensuring pixel-perfect accuracy.

When you select a color in a companion app or issue a voice command, the system references this internal lookup table. Knowing the hex values can be incredibly powerful for advanced users who want to fine-tune color palettes in external tools or create custom integrations that require exact specifications. It transforms color from a vague concept into a precise data point.

Share your HADashboard setups - Share your Projects! - Home Assistant ...

Commonly Supported Colors and Their Palette

While the specific implementation can vary slightly between platforms, most robust home assistant systems support a wide spectrum of named colors. This typically includes a standard set of 140 color names defined in the CSS3 specification, which covers the vast majority of user needs. Here is a look at some of the most frequently used and popular choices:

{" "} {" "} {" "} {" "} {" "} {" "} {" "} {" "} {" "}
Color Name Hex Code Common Use Case
Red #FF0000 Alert, Energy, Accent Lighting
Green #008000 Relaxation, Nature, Calming Scenes
Blue #0000FF Focus, Coolness, Nighttime Routines
White#FFFFFF General Illumination, Daytime Scenes
Yellow#FFFF00Energy, Wake-up Routines, Highlighting
Orange#FFA500Warmth, Sunset Effects, Themed Alerts
Purple#800080Luxury, Creativity, Evening Wind-down

Leveraging Color Lists for Advanced Automation

The true power of mastering the home assistant color list emerges when you integrate it into sophisticated automation scripts. Instead of relying on simple voice commands, you can create conditional lighting logic based on time of day, presence detection, or even weather data.

For example, you could script a routine that checks the weather forecast and adjusts your accent lights to a "Stormy Gray" on a predicted rainy afternoon, or shifts to a "Sunny Yellow" when a bright, cheerful ambiance is desired. This level of control turns your home from a collection of smart gadgets into an intelligent, responsive environment that proactively enhances your well-being.

Troubleshooting and Best Practices

Even with a solid understanding of the color list, you might encounter issues where a command doesn't produce the expected result. Often, this stems from minor typos in the color name or using a name that isn't supported by a specific device's firmware. Always double-check the spelling against the official list supported by your hub.

A best practice is to standardize your naming conventions within your own automation logic. If you frequently use a particular shade of blue for evening routines, create a consistent, memorable custom name like "Evening Relax" within your automation platform, ensuring that it maps correctly to the underlying hex value. This practice simplifies voice control and makes managing complex scenes significantly more intuitive.

Reference

22.07.2023 ... Not all color names are working for me, only the basic ones. That's why I thought that there might be another specific list for Home Assistant.

Is there a list available what color names I can use in Home Assistant ...

Is there a list available what color names I can use in Home Assistant ...

Visual inspiration for your project.

Reference

07.08.2025 ... Since installing Home Assistant Core 2025.8.0 it looks like some Frontend elements are not following the Theme primary-color setting any ...

Share your HADashboard setups - Share your Projects! - Home Assistant ...

Share your HADashboard setups - Share your Projects! - Home Assistant ...

Visual inspiration for your project.

Reference

22.06.2024 ... stuart') == 'home' %} green {% elif states('person.stuart') == 'away' %} yellow {% elif states('person.stuart') == 'office' %} orange {% else %} ...

Icon color change - Configuration - Home Assistant Community

Icon color change - Configuration - Home Assistant Community

Visual inspiration for your project.

Reference

15.03.2022 ... I want to know the color (hex code) of icons used in Home Assistant. I want to use it in a Markdown Card like this. <font color='#03a9f4 ...

Configure custom button-card to change light color - Frontend - Home ...

Configure custom button-card to change light color - Frontend - Home ...

Visual inspiration for your project.

Reference

... list[int]: """Return an RGB color value list from a hex color string.""" return [ int(hex_string[i : i + len(hex_string) // 3], 16) for i in range(0, len ...

Home Assistant Light Cards Collection | SmartHomeScene

Home Assistant Light Cards Collection | SmartHomeScene

Visual inspiration for your project.

Reference

24.11.2024 ... If you have to remember a whole bunch of colour names – isn't it just as easy to keep your favourite colour hex values (FF is full brilliance) ...

Colored icons and slightly modified theme - Themes - Home Assistant ...

Colored icons and slightly modified theme - Themes - Home Assistant ...

Visual inspiration for your project.

Reference

12.12.2025 ... It's long overdue that I start using themes instead of hard-coding all of my colors. I've got a decent list going, and I'm pretty sure I ...

Pallette generators - Material 3 Themes for Home Assistant

Pallette generators - Material 3 Themes for Home Assistant

Visual inspiration for your project.

Reference

Home Assistant has default color rules that fit most use cases. Here is a list of domains that support colors: alarm_control_panel , alert , automation , ...

Set rgb color for default theme in iOS - Home Assistant Companion for ...

Set rgb color for default theme in iOS - Home Assistant Companion for ...

Visual inspiration for your project.

Reference

24.02.2024 ... With a single button press, cycle your RGB LED through a list of named colours with Home Assistant using this video tutorial.

Home Assistant Light Cards Collection | SmartHomeScene

Home Assistant Light Cards Collection | SmartHomeScene

Visual inspiration for your project.

Reference

27.04.2024 ... Any way to show switch device state without toggle and color change per state? Eric Smith ▻ Home Assistant. 2y · Public.

Home Assistant Light Cards Collection | SmartHomeScene

Home Assistant Light Cards Collection | SmartHomeScene

Visual inspiration for your project.

Reference

30.12.2025 ... Properties​ ; brightness, int | None, None, The brightness of this light between 1..255 ; color_mode, ColorMode | None, None, The color mode of ...

Mushroom Cards - Build a beautiful dashboard easily 🍄 (Part 1) - Page ...

Mushroom Cards - Build a beautiful dashboard easily 🍄 (Part 1) - Page ...

Visual inspiration for your project.

Reference

Color names you can say to your smart home assistant · Turn lights the tone you want · Temperatures of white · Colors.

2021.7 History graph color changes - Frontend - Home Assistant Community

2021.7 History graph color changes - Frontend - Home Assistant Community

Visual inspiration for your project.

Reference

10.01.2020 ... what I mean is a standart template where all possible lines like this: # Text text-color: '#ffffff' primary-text-color: 'var(--text-color)' ...

Trying to get my color bulb to flash or alternate between two colors ...

Trying to get my color bulb to flash or alternate between two colors ...

Visual inspiration for your project.

Reference

08.06.2024 ... ... list of blueprints: :bulb: Sensor Light – Motion ... Option 8 uses sun elevation to control when the lights turn on/off, varies the color ...

LVGL and buttonmatrix - ESPHome - Home Assistant Community

LVGL and buttonmatrix - ESPHome - Home Assistant Community

Visual inspiration for your project.

Reference

18.06.2025 ... Goto djf3.github.io/Home-Assistant-Theme-Colorchart (opens in a new tab) · Click “Browse” and select your (local) theme YAML file. · Then click “ ...

Home Assistant Light Cards Collection | SmartHomeScene

Home Assistant Light Cards Collection | SmartHomeScene

Visual inspiration for your project.

Reference

06.04.2026 ... New list-based UI — entities are shown in a scrollable card list (previous/current/next) with small icons, name, and color-coded state ...

Home Assistant se actualiza a la versión 2021.5 - Domótica en Casa

Home Assistant se actualiza a la versión 2021.5 - Domótica en Casa

Visual inspiration for your project.

Reference

Home Assistant Color Helpers ; Hue and Saturation (state_attr('light.x','hs_color') · h = ( ; Red, Green and Blue state_attr('light.x','rgb_color') · r = ( ;

Home Assistant Light Cards Collection | SmartHomeScene

Home Assistant Light Cards Collection | SmartHomeScene

Visual inspiration for your project.

Reference

22.08.2023 ... If have what I hope is a fairly simple question - what light colors are supported in Home Assistant Assist (and how might one suggest new ones).

Lovelace: Bar Card - Page 35 - Dashboards & Frontend - Home Assistant ...

Lovelace: Bar Card - Page 35 - Dashboards & Frontend - Home Assistant ...

Visual inspiration for your project.

Reference

18.08.2024 ... do you think, mine (state-binary_sensor-contact-open-color) is correct? you can check the HA logic for the state-colors here Home Assistant ...

Light Entity Card - Page 2 - Dashboards & Frontend - Home Assistant ...

Light Entity Card - Page 2 - Dashboards & Frontend - Home Assistant ...

Visual inspiration for your project.

Reference

29.10.2025 ... Die Fraben kannst du übrigens als HEX angeben oder als HTML Color Names. Hier unten findest du die Code-Snippets zum jeweiligen Video ...

How To Add Custom Icons in Home Assistant | SmartHomeScene

How To Add Custom Icons in Home Assistant | SmartHomeScene

Visual inspiration for your project.