Developer Utilities

Color Converter

Convert colors between HEX, RGB(a), HSL(a), and CMYK formats.

Processed locally. Your input stays in this browser.
#3b82f6

rgba(59, 130, 246, 1)

HEX Format#3b82f6
RGB / RGBA Formatrgba(59, 130, 246, 1)
HSL / HSLA Formathsla(217, 91%, 60%, 1)
CMYK Format (Print)cmyk(76%, 47%, 0%, 4%)

How It Works

  • 1.Enter any color value in HEX (#fff or #ffffff), RGB(a), or HSL(a) format.
  • 2.View live color swatch preview and instant conversions across HEX, RGB, HSL, and CMYK.
  • 3.Copy CSS declarations directly into your stylesheet.

Common Use Cases

  • Converting HEX color codes to RGB or HSL for CSS variable opacity modifiers.
  • Converting web RGB colors to CMYK values for print design workflows.

Frequently Asked Questions

Does it support 3-digit shorthand HEX codes?

Yes! Shorthand HEX codes like `#fff` or `#09f` are automatically expanded and converted.

Popular Next Tools