HSL(202, 3%, 87%)

Very Light White — White color

Adjust Color

Color Information

Color Name

Very Light White

Color Family

White

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(202,3%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(202, 3%, 87%) color: hsl(202, 3%, 87%)
HEX #DDDEDF color: #DDDEDF
RGB rgb(221, 222, 223) color: rgb(221, 222, 223)
CMYK cmyk(1%, 0%, 0%, 13%)
HSV hsv(210, 1%, 87%)
HWB hwb(210 86% 13%) color: hwb(210 86% 13%)
OKLCH oklch(0.9001 0.0017 247.84) color: oklch(0.9001 0.0017 247.84)
Lab lab(88.42 -0.16 -0.61) color: lab(88.42 -0.16 -0.61)
LCH lch(88.42 0.63 255.3) color: lch(88.42 0.63 255.3)

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.59: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)

#DDDDDF — rgb(221, 221, 223)

Deuteranopia (Green-blind)

#DDDDDF — rgb(221, 221, 223)

Tritanopia (Blue-blind)

#DDDFDF — rgb(221, 223, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(202, 3%, 87%);

text

color: hsl(202, 3%, 87%);

border

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

gradient light

background: linear-gradient(to right, hsl(202, 3%, 100%), hsl(202, 3%, 87%));

gradient dark

background: linear-gradient(to right, hsl(202, 3%, 87%), hsl(202, 3%, 67%))

hex

background-color: #DDDEDF;

tailwind

bg-[hsl(202,3%,87%)]

box shadow

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

css variable

--color-primary: hsl(202, 3%, 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(202, 3%, 87%)?

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

What colors go well with #DDDEDF?

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

How do I use HSL(202, 3%, 87%) in CSS?

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