Color Formats Explained
- HEX — used in CSS and HTML (
#667eea) - RGB — additive color used in screens (
rgb(102, 126, 234)) - HSL — hue, saturation, lightness; great for adjusting colors intuitively
- CMYK — subtractive color used in printing
Converting between these formats is essential when moving between design tools, print, and CSS.
More Free Developer Tools
Explore our full collection of fast, private, browser-based tools.
All Tools →