Color tools
Color Converter (HEX, RGB, HSL)
Convert between HEX, RGB, and HSL. This tool is built to support our color games and wheel-based matching.
Preview
#4a90e2
HEX
Format: #RRGGBB
RGB (0–255)
Format: 74, 144, 226
HSL
Format: 210 72% 59%
Converted values
#4a90e2
rgb(74, 144, 226)
hsl(212 72% 59%)
FAQ
- What is a color converter?
- A color converter translates a color between formats like HEX, RGB, and HSL. It’s useful when you design with one format but need another for code or tooling.
- Is HEX the same as RGB?
- HEX is just a compact way to write RGB channel values (0–255) in hexadecimal. They represent the same sRGB color.
- Why use HSL?
- HSL (hue, saturation, lightness) is often easier to reason about on a color wheel. It’s convenient for interactive picking and education.