Color Converter

Convert between HEX, RGB, HSL color formats

Color Converter

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

Color Preview
-
Color Values
#
Advanced Color Information
Additional Formats
CSS & Web Values
Color Schemes
Create harmonious color combinations based on color theory
Accessibility & Contrast
#
Sample Text
Contrast Ratio: -
WCAG AA (Normal): -
WCAG AAA (Normal): -
WCAG AA (Large): -
WCAG AAA (Large): -
How to use this tool

The Color Converter is a comprehensive tool to convert between different color formats and explore color relationships. Here's how to use it:

Basic Usage
  1. Color Picker - Click on the color picker to select a color visually
  2. Input Formats - Enter color values in any of the supported formats (HEX, RGB, HSL)
  3. Convert - Click the corresponding "Convert" button to update all other values
  4. Copy - Use the clipboard buttons to copy CSS color values
  5. Reset - Click "Reset" to clear all values and start over
Understanding Color Formats
HEX

Hexadecimal color notation uses 6 digits to represent Red, Green, and Blue values (00-FF for each). Example: #3366FF.

RGB

RGB color model represents colors as combinations of Red, Green, and Blue values (0-255 for each). Example: rgb(51, 102, 255).

HSL

HSL describes colors in terms of Hue (0-360 degrees on the color wheel), Saturation (0-100%), and Lightness (0-100%). Example: hsl(220, 100%, 60%).

CMYK

CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive color model used in printing. Values range from 0-100%. Example: cmyk(80%, 60%, 0%, 0%).

HSV/HSB

HSV (Hue, Saturation, Value) or HSB (Hue, Saturation, Brightness) describes colors similar to HSL but with different lightness handling. Example: hsv(220, 80%, 100%).

Advanced Features
Color Schemes

Generate harmonious color combinations based on color theory:

  • Complementary - Colors opposite each other on the color wheel
  • Analogous - Colors adjacent to each other on the color wheel
  • Triadic - Three colors evenly spaced on the color wheel
  • Tetradic - Four colors arranged in two complementary pairs
  • Monochromatic - Different shades of the same color
  • Split-Complementary - A color and two adjacent to its complement
Accessibility & Contrast

The tool evaluates contrast ratios between foreground and background colors according to WCAG guidelines:

  • AA Standard - Minimum contrast ratio of 4.5:1 for normal text
  • AAA Standard - Enhanced contrast ratio of 7:1 for normal text
  • AA Large - Minimum contrast ratio of 3:1 for large text
  • AAA Large - Enhanced contrast ratio of 4.5:1 for large text
Tips & Tricks
  • For web design, HEX and RGB are most commonly used
  • HSL is useful when you need to adjust brightness or saturation while keeping the same hue
  • CMYK is primarily for print work
  • For accessibility, ensure sufficient contrast between text and background colors
  • Generate color schemes to find harmonious combinations for your designs