RGB to HEX Color Converter

Convert RGB decimal values (0 to 255) into standard 6-digit hexadecimal (#RRGGBB) strings.

Click the color swatch or enter a value in any format โ€” all other fields update instantly.

#10B981
ยฐ
%
%
HEX#10B981
RGBrgb(16, 185, 129)
HSLhsl(160, 84%, 39%)
HSVhsv(160, 91%, 73%)
CSS--color-primary: #10B981;
SHADES

๐Ÿ”’ All color processing happens 100% in your browser โ€” no data is sent anywhere.

Common Real-World Use Cases

Figma to Web Development

Convert RGB color values from design tools into clean HEX color codes for CSS stylesheets.

Frequently Asked Questions

What is RGB(255, 255, 255) in HEX?

rgb(255, 255, 255) is #FFFFFF (pure white).