gg
coder
Home
Apps
Games
Tools
Docs
Find Me
Toggle theme
Tools
Converters
Hex to RGB Array
Loading tool...
Built: 4/8/2026, 12:01:12 PM
Hex to RGB Array
Convert a hex color code to RGB array, object, CSS, and normalized formats.
Hex Color
Preview
Output Formats
RGB Array
[255, 128, 0]
RGB Object
{ r: 255, g: 128, b: 0 }
CSS rgb()
rgb(255, 128, 0)
Normalized (0-1)
[1.000, 0.502, 0.000]