HSL(200, 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(200,8%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 8%, 86%) | color: hsl(200, 8%, 86%) | |
| HEX | #D8DCDE | color: #D8DCDE | |
| RGB | rgb(216, 220, 222) | color: rgb(216, 220, 222) | |
| CMYK | cmyk(3%, 1%, 0%, 13%) | — | |
| HSV | hsv(200, 3%, 87%) | — | |
| HWB | hwb(200 84% 13%) | color: hwb(200 84% 13%) | |
| OKLCH | oklch(0.892 0.0051 228.83) | color: oklch(0.892 0.0051 228.83) | |
| Lab | lab(87.51 -0.98 -1.45) | color: lab(87.51 -0.98 -1.45) | |
| LCH | lch(87.51 1.75 235.95) | color: lch(87.51 1.75 235.95) |
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)
#DADADE — rgb(218, 218, 222)
Deuteranopia (Green-blind)
#DAD9DD — rgb(218, 217, 221)
Tritanopia (Blue-blind)
#D8DDDD — rgb(216, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 8%, 86%);
text
color: hsl(200, 8%, 86%);
border
border: 2px solid hsl(200, 8%, 86%);
gradient light
background: linear-gradient(to right, hsl(200, 8%, 100%), hsl(200, 8%, 86%));
gradient dark
background: linear-gradient(to right, hsl(200, 8%, 86%), hsl(200, 8%, 66%))
hex
background-color: #D8DCDE;
tailwind
bg-[hsl(200,8%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 8%, 86%, 0.4);
css variable
--color-primary: hsl(200, 8%, 86%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(200, 8%, 86%)?
HEX: #D8DCDE | RGB: rgb(216, 220, 222) | CMYK: 3%, 1%, 0%, 13% | HSV: 200°, 3%, 87%. Copy any format from the conversion table above.
What colors go well with #D8DCDE?
The complementary color is HSL(20, 8%, 86%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 8%, 86%) in CSS?
As HSL: color: hsl(200, 8%, 86%); — As HEX: color: #D8DCDE; — As RGB: color: rgb(216, 220, 222); — Tailwind CSS: bg-[hsl(200,8%,86%)] — CSS variable: --color-primary: hsl(200, 8%, 86%);