What is IFTTT?
Explore Plans Developers
Mobile menu Close menu
Philips HuePhilips Hue

Change color

This Action will change the color of your hue lights. NOTE: Accepts color names and CSS hex color values. Defaults to white if no color match is found. NOTE: not compatible with hue lux bulbs.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info
Description
This Action will change the color of your hue lights. NOTE: Accepts color names and CSS hex color values. Defaults to white if no color match is found. NOTE: not compatible with hue lux bulbs.
API endpoint slug
hue.set_color_all_hue
Filter code method
Hue.setColorAllHue.skip(string?: reason)
Runtime method
runAction("hue.set_color_all_hue", {})

Action fields

Lights Dropdown list
Label
Which lights?
Slug
lights
Required
true
Can have default value
false
Color Text input > Other
Label
Color value or name
Helper text
Accepts color names or CSS hex codes
Slug
color
Required
true
Can have default value
true
Filter code method
Hue.setColorAllHue.setColor(string: color)