Color Converter
Convert colors between HEX, RGB, HSL, and CMYK formats instantly.
#3B82F6
rgb(59, 130, 246)
hsl(217, 91%, 60%)
cmyk(76%, 47%, 0%, 4%)
Convert colors between HEX, RGB, HSL, and CMYK formats instantly.
#3B82F6
rgb(59, 130, 246)
hsl(217, 91%, 60%)
cmyk(76%, 47%, 0%, 4%)
Convert colors between HEX, RGB, RGBA, HSL, HSV, and CMYK instantly. Color swatches, clipboard copy, and web-safe reference. This page is part of UtilsNest's Utility Tools, so you can move between related workflows without leaving the browser.
Browse Category
Explore more tools in Utility Tools to handle adjacent tasks faster.
Open Utility ToolsBoth represent the same colors. HEX (#FF5733) encodes each RGB channel in base-16. RGB(255, 87, 51) uses decimal. Browsers support both formats.
HSL (Hue, Saturation, Lightness) is intuitive for adjusting colors — increase lightness to tint, decrease to shade. Common in CSS and design tools.