RGB to HEX Converter

Convert RGB color values to HEX code. Enter red, green, and blue values (0-255) to get the hexadecimal color code.

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

Color Palette

Frequently Asked Questions

How does RGB map to HEX?

Each RGB value (0-255) converts to a two-digit hexadecimal number (00-FF), concatenated as #RRGGBB.

What if a value is outside 0-255?

Values are clamped to the 0-255 range automatically. Values below 0 become 0, above 255 become 255.