HSL(282, 5%, 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(282,5%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 5%, 87%) color: hsl(282, 5%, 87%)
HEX #DFDCE0 color: #DFDCE0
RGB rgb(223, 220, 224) color: rgb(223, 220, 224)
CMYK cmyk(0%, 2%, 0%, 12%)
HSV hsv(285, 2%, 88%)
HWB hwb(285 86% 12%) color: hwb(285 86% 12%)
OKLCH oklch(0.898 0.0063 317.75) color: oklch(0.898 0.0063 317.75)
Lab lab(88.09 1.73 -1.6) color: lab(88.09 1.73 -1.6)
LCH lch(88.09 2.36 317.24) color: lch(88.09 2.36 317.24)

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.36:1
vs Black 15.45: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)

#DEDEDF — rgb(222, 222, 223)

Deuteranopia (Green-blind)

#DEDEDF — rgb(222, 222, 223)

Tritanopia (Blue-blind)

#DFDEDE — rgb(223, 222, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 5%, 87%);

text

color: hsl(282, 5%, 87%);

border

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

gradient light

background: linear-gradient(to right, hsl(282, 5%, 100%), hsl(282, 5%, 87%));

gradient dark

background: linear-gradient(to right, hsl(282, 5%, 87%), hsl(282, 5%, 67%))

hex

background-color: #DFDCE0;

tailwind

bg-[hsl(282,5%,87%)]

box shadow

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

css variable

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

HEX: #DFDCE0 | RGB: rgb(223, 220, 224) | CMYK: 0%, 2%, 0%, 12% | HSV: 285°, 2%, 88%. Copy any format from the conversion table above.

What colors go well with #DFDCE0?

The complementary color is HSL(102, 5%, 87%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(282, 5%, 87%) in CSS?

As HSL: color: hsl(282, 5%, 87%); — As HEX: color: #DFDCE0; — As RGB: color: rgb(223, 220, 224); — Tailwind CSS: bg-[hsl(282,5%,87%)] — CSS variable: --color-primary: hsl(282, 5%, 87%);