HSL(263, 9%, 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(263,9%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 9%, 87%) color: hsl(263, 9%, 87%)
HEX #DDDBE1 color: #DDDBE1
RGB rgb(221, 219, 225) color: rgb(221, 219, 225)
CMYK cmyk(2%, 3%, 0%, 12%)
HSV hsv(260, 3%, 88%)
HWB hwb(260 85% 12%) color: hwb(260 85% 12%)
OKLCH oklch(0.8947 0.0084 301.34) color: oklch(0.8947 0.0084 301.34)
Lab lab(87.71 1.76 -2.7) color: lab(87.71 1.76 -2.7)
LCH lch(87.71 3.22 303.1) color: lch(87.71 3.22 303.1)

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.37:1
vs Black 15.29: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)

#DCDCE0 — rgb(220, 220, 224)

Deuteranopia (Green-blind)

#DCDCDF — rgb(220, 220, 223)

Tritanopia (Blue-blind)

#DDDEDE — rgb(221, 222, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 9%, 87%);

text

color: hsl(263, 9%, 87%);

border

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

gradient light

background: linear-gradient(to right, hsl(263, 9%, 100%), hsl(263, 9%, 87%));

gradient dark

background: linear-gradient(to right, hsl(263, 9%, 87%), hsl(263, 9%, 67%))

hex

background-color: #DDDBE1;

tailwind

bg-[hsl(263,9%,87%)]

box shadow

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

css variable

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

HEX: #DDDBE1 | RGB: rgb(221, 219, 225) | CMYK: 2%, 3%, 0%, 12% | HSV: 260°, 3%, 88%. Copy any format from the conversion table above.

What colors go well with #DDDBE1?

The complementary color is HSL(83, 9%, 87%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(263, 9%, 87%) in CSS?

As HSL: color: hsl(263, 9%, 87%); — As HEX: color: #DDDBE1; — As RGB: color: rgb(221, 219, 225); — Tailwind CSS: bg-[hsl(263,9%,87%)] — CSS variable: --color-primary: hsl(263, 9%, 87%);