Farbkonverter
Konvertieren Sie Farben sofort zwischen HEX, RGB(A), HSL(A) und HWB.
Kurze Antwort: Farbkonverter: Farben sofort zwischen HEX, RGB(A), HSL(A) und HWB umrechnen. Läuft vollständig in Ihrem Browser, kostenlos und ohne Anmeldung.
Zuletzt aktualisiert
Gut zu wissen
Every color notation describes the same pixel differently, and each is suited to a different task. HEX is compact and the default in most design handoffs; RGB maps directly onto how screens emit light; HSL is the one to reach for when you want to reason about a color — nudge the lightness for a hover state, spin the hue for a variant — because the numbers correspond to how people actually think about shades.
This converter round-trips without precision loss and preserves alpha across every notation that supports it: RGBA, HSLA, and the eight-digit HEX form (#rrggbbaa) where the last two digits encode transparency. That last one trips people up — #ff000080 is red at roughly 50% opacity, not a different red. HWB (hue, whiteness, blackness) is the newer CSS space and is included for completeness.
For design work, HSL pairs naturally with building sets of related colors — once you understand a base hue, generating harmonies is a matter of rotating it. The Color Palette Generator does exactly that, and the Color Picker is the fastest way to grab a starting value before converting it.
Häufig gestellte Fragen
- Welche Formate werden unterstützt?
- HEX (#rgb/#rrggbb/#rrggbbaa), RGB(A), HSL(A) und HWB — Rückkonvertierung ist präzisionssicher.
- Ist es kostenlos?
- Ja — jede Konvertierung ist kostenlos und läuft in deinem Browser.
- Kann ich eine Farbe aus meiner Zwischenablage einfügen?
- Ja — füge jeden HEX- oder rgb()-String in das Eingabefeld ein.
- Unterstützt es Alphakanäle?
- Ja — RGBA, HSLA und 8-stellige HEX (#rrggbbaa) bewahren die Alpha-Komponente.
- Wird Daten hochgeladen?
- Nein — jede Konvertierung läuft clientseitig.