Color Converter — HEX, RGB, HSL, HSV, CMYK

Enter a color in any format — HEX, RGB, HSL, HSV, or CMYK — and all other representations update instantly. Alpha transparency supported.

1.00

Need to scan documents to real PDFs?

Offline PDF Scanner turns your phone camera into a real PDF scanner — with searchable text, not just photos. Works completely offline.

Color model cheat-sheet

  • HEX — 6 or 8 hex digits prefixed with #. Each pair is a byte for R, G, B (and optional Alpha). CSS-friendly shorthand.
  • RGB — three 0–255 integers for Red, Green, Blue. Matches screen pixel rendering directly.
  • HSL — Hue (0–360° on the color wheel), Saturation (0–100%), Lightness (0–100%). Great for "same hue, a bit darker" tweaks.
  • HSV — Hue, Saturation, Value. Similar to HSL but V=100% is the purest form of the hue (not white). Many design tools use HSV pickers.
  • CMYK — Cyan, Magenta, Yellow, Key/Black. Subtractive model for print. The conversion here is a simple math approximation; real print matching needs ICC profiles.

How to use

  1. Pick a color with the native picker, or type into any field.
  2. All other fields update instantly.
  3. Drag the alpha slider to control transparency (appears in HEX/RGB/HSL when < 1).
  4. Click Copy next to any row to put it on the clipboard.

Accepted input formats

  • #RGB, #RGBA, #RRGGBB, #RRGGBBAA
  • rgb(255, 0, 0), rgba(255, 0, 0, 0.5)
  • hsl(0, 100%, 50%), hsla(0, 100%, 50%, 0.5)
  • hsv(0, 100%, 100%)
  • cmyk(0%, 100%, 100%, 0%)

Privacy

All conversions run locally. Color values are never uploaded.

Frequently Asked Questions