HSL(338, 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(338,9%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 9%, 86%) | color: hsl(338, 9%, 86%) | |
| HEX | #DFD8DA | color: #DFD8DA | |
| RGB | rgb(223, 216, 218) | color: rgb(223, 216, 218) | |
| CMYK | cmyk(0%, 3%, 2%, 13%) | — | |
| HSV | hsv(343, 3%, 87%) | — | |
| HWB | hwb(343 84% 13%) | color: hwb(343 84% 13%) | |
| OKLCH | oklch(0.8884 0.0081 357.82) | color: oklch(0.8884 0.0081 357.82) | |
| Lab | lab(86.93 2.74 -0.13) | color: lab(86.93 2.74 -0.13) | |
| LCH | lch(86.93 2.74 357.28) | color: lch(86.93 2.74 357.28) |
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)
#DCDCDA — rgb(220, 220, 218)
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(338, 9%, 86%);
text
color: hsl(338, 9%, 86%);
border
border: 2px solid hsl(338, 9%, 86%);
gradient light
background: linear-gradient(to right, hsl(338, 9%, 100%), hsl(338, 9%, 86%));
gradient dark
background: linear-gradient(to right, hsl(338, 9%, 86%), hsl(338, 9%, 66%))
hex
background-color: #DFD8DA;
tailwind
bg-[hsl(338,9%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 9%, 86%, 0.4);
css variable
--color-primary: hsl(338, 9%, 86%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(338, 9%, 86%)?
HEX: #DFD8DA | RGB: rgb(223, 216, 218) | CMYK: 0%, 3%, 2%, 13% | HSV: 343°, 3%, 87%. Copy any format from the conversion table above.
What colors go well with #DFD8DA?
The complementary color is HSL(158, 9%, 86%). For a triadic harmony, use hues 338°, 98°, and 218°. For analogous combinations, try hues 308° and 8°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(338, 9%, 86%) in CSS?
As HSL: color: hsl(338, 9%, 86%); — As HEX: color: #DFD8DA; — As RGB: color: rgb(223, 216, 218); — Tailwind CSS: bg-[hsl(338,9%,86%)] — CSS variable: --color-primary: hsl(338, 9%, 86%);