HSL(322, 2%, 87%)

Very Light White — White color

Adjust Color

Color Information

Color Name

Very Light White

Color Family

White

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(322,2%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 2%, 87%) color: hsl(322, 2%, 87%)
HEX #DFDDDE color: #DFDDDE
RGB rgb(223, 221, 222) color: rgb(223, 221, 222)
CMYK cmyk(0%, 1%, 0%, 13%)
HSV hsv(330, 1%, 87%)
HWB hwb(330 86% 13%) color: hwb(330 86% 13%)
OKLCH oklch(0.8994 0.0025 345.22) color: oklch(0.8994 0.0025 345.22)
Lab lab(88.29 0.86 -0.25) color: lab(88.29 0.86 -0.25)
LCH lch(88.29 0.9 343.79) color: lch(88.29 0.9 343.79)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.35:1
vs Black 15.53:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#DEDEDE — rgb(222, 222, 222)

Deuteranopia (Green-blind)

#DEDEDE — rgb(222, 222, 222)

Tritanopia (Blue-blind)

#DFDEDE — rgb(223, 222, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 2%, 87%);

text

color: hsl(322, 2%, 87%);

border

border: 2px solid hsl(322, 2%, 87%);

gradient light

background: linear-gradient(to right, hsl(322, 2%, 100%), hsl(322, 2%, 87%));

gradient dark

background: linear-gradient(to right, hsl(322, 2%, 87%), hsl(322, 2%, 67%))

hex

background-color: #DFDDDE;

tailwind

bg-[hsl(322,2%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 2%, 87%, 0.4);

css variable

--color-primary: hsl(322, 2%, 87%);

Related Colors

Use Cases for Very Light White

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(322, 2%, 87%)?

HEX: #DFDDDE | RGB: rgb(223, 221, 222) | CMYK: 0%, 1%, 0%, 13% | HSV: 330°, 1%, 87%. Copy any format from the conversion table above.

What colors go well with #DFDDDE?

The complementary color is HSL(142, 2%, 87%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 2%, 87%) in CSS?

As HSL: color: hsl(322, 2%, 87%); — As HEX: color: #DFDDDE; — As RGB: color: rgb(223, 221, 222); — Tailwind CSS: bg-[hsl(322,2%,87%)] — CSS variable: --color-primary: hsl(322, 2%, 87%);