HSL(210, 8%, 86%)
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(210,8%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(210, 8%, 86%) | color: hsl(210, 8%, 86%) | |
| HEX | #D8DBDE | color: #D8DBDE | |
| RGB | rgb(216, 219, 222) | color: rgb(216, 219, 222) | |
| CMYK | cmyk(3%, 1%, 0%, 13%) | — | |
| HSV | hsv(210, 3%, 87%) | — | |
| HWB | hwb(210 84% 13%) | color: hwb(210 84% 13%) | |
| OKLCH | oklch(0.89 0.0052 247.88) | color: oklch(0.89 0.0052 247.88) | |
| Lab | lab(87.26 -0.46 -1.82) | color: lab(87.26 -0.46 -1.82) | |
| LCH | lch(87.26 1.88 255.82) | color: lch(87.26 1.88 255.82) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D9D9DD — rgb(217, 217, 221)
Deuteranopia (Green-blind)
#D9D9DD — rgb(217, 217, 221)
Tritanopia (Blue-blind)
#D8DDDD — rgb(216, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(210, 8%, 86%);
text
color: hsl(210, 8%, 86%);
border
border: 2px solid hsl(210, 8%, 86%);
gradient light
background: linear-gradient(to right, hsl(210, 8%, 100%), hsl(210, 8%, 86%));
gradient dark
background: linear-gradient(to right, hsl(210, 8%, 86%), hsl(210, 8%, 66%))
hex
background-color: #D8DBDE;
tailwind
bg-[hsl(210,8%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(210, 8%, 86%, 0.4);
css variable
--color-primary: hsl(210, 8%, 86%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(210, 8%, 86%)?
HEX: #D8DBDE | RGB: rgb(216, 219, 222) | CMYK: 3%, 1%, 0%, 13% | HSV: 210°, 3%, 87%. Copy any format from the conversion table above.
What colors go well with #D8DBDE?
The complementary color is HSL(30, 8%, 86%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(210, 8%, 86%) in CSS?
As HSL: color: hsl(210, 8%, 86%); — As HEX: color: #D8DBDE; — As RGB: color: rgb(216, 219, 222); — Tailwind CSS: bg-[hsl(210,8%,86%)] — CSS variable: --color-primary: hsl(210, 8%, 86%);