Farbkonverter
Konvertieren Sie Farben zwischen verschiedenen Formaten (Hex, RGB, HSL, HWB, LCH, CMYK und CSS-Name)
So verwenden Sie dieses Farbkonverter
- Enter a color value in any supported format (HEX, RGB, HSL, etc.).
- Select the input format from the dropdown if it is not auto-detected.
- View the converted values in all other color formats instantly.
- Copy any converted value using the copy button next to it.
About Color Formats
This tool converts colors between various formats: HEX (hexadecimal), RGB (Red, Green, Blue), HSL (Hue, Saturation, Lightness), HWB (Hue, Whiteness, Blackness), LCH (Lightness, Chroma, Hue - perceptually uniform), CMYK (Cyan, Magenta, Yellow, Key/Black - used in printing), and CSS named colors (147 standard color names).
Perceptually Uniform Color Spaces
The LCH color space is designed to be perceptually uniform, meaning equal changes in values produce visually equal changes in color appearance.
Features
- Convert between HEX, RGB, HSL, HWB, LCH, and CMYK formats
- Live color preview that updates as you type
- Support for 147 CSS named colors
- Copy any output format with a single click
- Perceptually uniform LCH color space support
Use Cases
- Converting design mockup colors from HEX to RGB or HSL for CSS
- Translating print-ready CMYK colors to web-friendly formats
- Finding the CSS named color closest to a specific HEX value
- Working with perceptually uniform LCH colors for accessible design
- Quickly switching between color notations during development
Hรคufig gestellte Fragen (FAQ)
What is the difference between RGB and HSL?
RGB defines colors by mixing red, green, and blue light values. HSL defines colors by hue (the color itself), saturation (intensity), and lightness (brightness). HSL is often more intuitive for adjusting colors manually.
When should I use CMYK?
CMYK is used for print design. Printers use cyan, magenta, yellow, and black inks to reproduce colors. If your design will be printed, converting to CMYK helps you preview how colors will look on paper.
What is LCH and why does it matter?
LCH (Lightness, Chroma, Hue) is a perceptually uniform color space. Unlike RGB or HSL, equal numerical changes in LCH produce equally perceived visual changes, making it ideal for creating accessible and harmonious color palettes.