🎨

Color Converter

Format: R, G, B (0-255)

Format: H (0-360), S%, L%

🎨 CSS Usage

color: #3B82F6;

color: rgb(59, 130, 246);

color: hsl(217, 91%, 60%);

ℹ️ About Color Formats

HEX: Hexadecimal color code used in CSS (e.g., #FF5733)

RGB: Red, Green, Blue values from 0-255

HSL: Hue (0-360°), Saturation (0-100%), Lightness (0-100%)

Convert between HEX, RGB, HSL, and CMYK color formats with live preview

colorhexrgbhslcmykconverter