Color Converter

Convert between HEX, RGB, HSL, and CMYK color formats

# HEX
RGB RGB
HSL HSL
CMYK CMYK

How to Use Color Converter

📝

Enter Color Value

Type or paste any color value in any format (HEX, RGB, HSL, or CMYK) into the input field.

🔄

Instant Conversion

The converter automatically converts your color to all other formats in real-time.

📋

Copy Results

Click the copy button next to any format, or use "Copy All" to get all values at once.

Color Format Guide

HEX (Hexadecimal)

Six-digit hexadecimal code representing red, green, and blue values. Standard for web design and CSS.

Example: #6366F1

RGB (Red Green Blue)

Three numbers (0-255) representing red, green, and blue light intensity. Used in digital displays.

Example: rgb(99, 102, 241)

HSL (Hue Saturation Lightness)

Hue (0-360°), Saturation (0-100%), and Lightness (0-100%). Intuitive for color adjustments.

Example: hsl(239, 84%, 67%)

CMYK (Cyan Magenta Yellow Key)

Four percentages for print colors. Essential for professional printing and design.

Example: cmyk(59%, 58%, 0%, 5%)