HSL to HWB Converter

Enter HSL values and instantly get the equivalent HWB (Hue, Whiteness, Blackness) color with a live preview and one-click copy.

HSL Input

hsl(210, 80%, 55%)

HWB Output

Reverse: HWB to HSL

Drag the sliders to build a color from HWB — the HSL values update live.

210°
11%
1%
Copied!

Summary

Enter HSL values and instantly get the equivalent HWB (Hue, Whiteness, Blackness) color with a live preview and one-click copy.

How it works

  1. Enter the Hue (0–360), Saturation (0–100), and Lightness (0–100) values in the HSL input fields.
  2. The converter calculates the HWB equivalents using the standard formula: W = (1 - S/100) * min(L/100, 1-L/100) * 100 * 2; B = (1 - V/100) * 100.
  3. A live color swatch and picker update to show the exact color being converted.
  4. Use the reverse HWB sliders to build a color from Whiteness and Blackness and see the HSL result update live.
  5. Click Copy to grab the hwb() or hsl() string for use in your CSS.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-28 · Reviewed by Nham Vu