Farbwähler
Wähle eine Farbe und sieh sofort ihre HEX-, RGB-, HSL- und CMYK-Werte.
What is a Farbwähler?
Most single-purpose converters make you know which format you're starting from before you can use them. This one skips that step: pick any color once and see it expressed every way a designer or developer might need it — hex for CSS, RGB for canvas/JS, HSL for programmatic lightness tweaks, CMYK for print — without bouncing between four separate pages.
How to use the Farbwähler
- Click the swatch to open your browser's native color picker, or type a hex code
- Every format — HEX, RGB, HSL, CMYK — updates instantly on your device
- Click any value to copy it
Example
Picking a mid-blue like #2563eb shows "rgb(37, 99, 235)", "hsl(221, 83%, 53%)", and "cmyk(84%, 58%, 0%, 8%)" simultaneously — copy whichever one your CSS file, canvas script, or print spec actually needs.
Frequently asked questions
What color formats does the Color Picker give me?
HEX, RGB, HSL, and CMYK all at once, updated live as you pick — so you don't need four separate converters open to get the format your CSS, canvas script, or print file actually needs.
Does the color picker work on touch screens?
Yes — it uses your browser's native color input, which on mobile opens the OS's own color picker UI (iOS and Android both ship one), plus a text field where you can type or paste a hex code directly.
Is my color values uploaded anywhere?
No — Farbwähler runs entirely in your browser using JavaScript/WebAssembly. Your color values is never sent to a server.