Kleurconverter
Converteer kleuren tussen HEX, RGB(A), HSL(A) en HWB onmiddellijk.
Snel antwoord: Kleurconverter: zet kleuren direct om tussen HEX, RGB(A), HSL(A) en HWB. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
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.
Veelgestelde vragen
- Welke indelingen worden ondersteund?
- HEX (#rgb/#rrggbb/#rrggbbaa), RGB(A), HSL(A) en HWB — rondtrips zijn precisie-veilig.
- Is het gratis?
- Ja — elke conversie is gratis en draait in je browser.
- Kan ik een kleur van mijn klembord plakken?
- Ja — plak elke HEX of rgb() string in de invoer.
- Ondersteunt het alfakanalen?
- Ja — RGBA, HSLA en 8-cijferige HEX (#rrggbbaa) behouden allemaal de alfacomponent.
- Worden gegevens geüpload?
- Nee — elke conversie draait aan de clientzijde.