HSL(349, 9%, 86%)
Very Light White — White color
Adjust Color
Color Information
Color Name
Very Light White
Color Family
White
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(349,9%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 9%, 86%) | color: hsl(349, 9%, 86%) | |
| HEX | #DFD8D9 | color: #DFD8D9 | |
| RGB | rgb(223, 216, 217) | color: rgb(223, 216, 217) | |
| CMYK | cmyk(0%, 3%, 3%, 13%) | — | |
| HSV | hsv(351, 3%, 87%) | — | |
| HWB | hwb(351 84% 13%) | color: hwb(351 84% 13%) | |
| OKLCH | oklch(0.8881 0.0078 7.31) | color: oklch(0.8881 0.0078 7.31) | |
| Lab | lab(86.9 2.56 0.36) | color: lab(86.9 2.56 0.36) | |
| LCH | lch(86.9 2.59 8) | color: lch(86.9 2.59 8) |
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)
#DCDCD9 — rgb(220, 220, 217)
Deuteranopia (Green-blind)
#DCDDD9 — rgb(220, 221, 217)
Tritanopia (Blue-blind)
#DFD9D9 — rgb(223, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 9%, 86%);
text
color: hsl(349, 9%, 86%);
border
border: 2px solid hsl(349, 9%, 86%);
gradient light
background: linear-gradient(to right, hsl(349, 9%, 100%), hsl(349, 9%, 86%));
gradient dark
background: linear-gradient(to right, hsl(349, 9%, 86%), hsl(349, 9%, 66%))
hex
background-color: #DFD8D9;
tailwind
bg-[hsl(349,9%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 9%, 86%, 0.4);
css variable
--color-primary: hsl(349, 9%, 86%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(349, 9%, 86%)?
HEX: #DFD8D9 | RGB: rgb(223, 216, 217) | CMYK: 0%, 3%, 3%, 13% | HSV: 351°, 3%, 87%. Copy any format from the conversion table above.
What colors go well with #DFD8D9?
The complementary color is HSL(169, 9%, 86%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 9%, 86%) in CSS?
As HSL: color: hsl(349, 9%, 86%); — As HEX: color: #DFD8D9; — As RGB: color: rgb(223, 216, 217); — Tailwind CSS: bg-[hsl(349,9%,86%)] — CSS variable: --color-primary: hsl(349, 9%, 86%);