HEX to RGB Converter

Convert HEX color codes to RGB values. Enter a hexadecimal color and get the red, green, and blue components.

HEX#6366F1
RGBrgb(99, 102, 241)
HSLhsl(239, 84%, 67%)

Color Palette

Frequently Asked Questions

What is a HEX color code?

A HEX color code is a 6-digit hexadecimal representation of a color, where pairs represent red, green, and blue channels (e.g., #FF5733).

Can I use 3-digit HEX codes?

Yes, shorthand codes like #F00 are expanded to #FF0000 automatically.

What is the RGB range?

Each RGB component ranges from 0 to 255, giving 16,777,216 possible colors.