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