HEX to RGB Color Converter

Convert colors between HEX codes, RGB values and HSL. For programming LED strips, WLED configurations, web design, or any RGB lighting project.

Last updated: May 2026

HEX: #FF5733 | RGB: 255, 87, 51 | HSL: 11°, 100%, 60%

How to use this color converter

Enter a color in any format and see it converted to all others instantly. The color preview updates live. Copy the HEX code for web design, RGB values for LED controllers, or HSL for color manipulation. Common use: a designer sends you #FF5733 but your WLED setup needs three separate 0-255 values.

Common color formats explained

FormatExampleRangeCommon use
HEX#FF573300-FF per channelWeb design, CSS
RGB255, 87, 510-255 per channelLED strips, microcontrollers
HSL11°, 100%, 60%H: 0-360°, S/L: 0-100%Color adjustments, UI sliders

When you need this tool

Your WLED controller needs RGB values but the color palette is in HEX. Or you're programming an ESP32 NeoPixel strip where the code expects three bytes (0-255) but your reference is #3498DB. Or you're matching a brand color across web and physical LED installations. Convert between formats here.