HSL(322, 2%, 87%)
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(322,2%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 2%, 87%) | color: hsl(322, 2%, 87%) | |
| HEX | #DFDDDE | color: #DFDDDE | |
| RGB | rgb(223, 221, 222) | color: rgb(223, 221, 222) | |
| CMYK | cmyk(0%, 1%, 0%, 13%) | — | |
| HSV | hsv(330, 1%, 87%) | — | |
| HWB | hwb(330 86% 13%) | color: hwb(330 86% 13%) | |
| OKLCH | oklch(0.8994 0.0025 345.22) | color: oklch(0.8994 0.0025 345.22) | |
| Lab | lab(88.29 0.86 -0.25) | color: lab(88.29 0.86 -0.25) | |
| LCH | lch(88.29 0.9 343.79) | color: lch(88.29 0.9 343.79) |
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)
#DEDEDE — rgb(222, 222, 222)
Deuteranopia (Green-blind)
#DEDEDE — rgb(222, 222, 222)
Tritanopia (Blue-blind)
#DFDEDE — rgb(223, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 2%, 87%);
text
color: hsl(322, 2%, 87%);
border
border: 2px solid hsl(322, 2%, 87%);
gradient light
background: linear-gradient(to right, hsl(322, 2%, 100%), hsl(322, 2%, 87%));
gradient dark
background: linear-gradient(to right, hsl(322, 2%, 87%), hsl(322, 2%, 67%))
hex
background-color: #DFDDDE;
tailwind
bg-[hsl(322,2%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 2%, 87%, 0.4);
css variable
--color-primary: hsl(322, 2%, 87%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(322, 2%, 87%)?
HEX: #DFDDDE | RGB: rgb(223, 221, 222) | CMYK: 0%, 1%, 0%, 13% | HSV: 330°, 1%, 87%. Copy any format from the conversion table above.
What colors go well with #DFDDDE?
The complementary color is HSL(142, 2%, 87%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 2%, 87%) in CSS?
As HSL: color: hsl(322, 2%, 87%); — As HEX: color: #DFDDDE; — As RGB: color: rgb(223, 221, 222); — Tailwind CSS: bg-[hsl(322,2%,87%)] — CSS variable: --color-primary: hsl(322, 2%, 87%);