HSL(284, 9%, 85%)
Grayish White — White color
Adjust Color
Color Information
Color Name
Grayish White
Color Family
White
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(284,9%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 9%, 85%) | color: hsl(284, 9%, 85%) | |
| HEX | #DAD5DC | color: #DAD5DC | |
| RGB | rgb(218, 213, 220) | color: rgb(218, 213, 220) | |
| CMYK | cmyk(1%, 3%, 0%, 14%) | — | |
| HSV | hsv(283, 3%, 86%) | — | |
| HWB | hwb(283 83% 14%) | color: hwb(283 83% 14%) | |
| OKLCH | oklch(0.879 0.0109 316.49) | color: oklch(0.879 0.0109 316.49) | |
| Lab | lab(85.84 2.97 -2.84) | color: lab(85.84 2.97 -2.84) | |
| LCH | lch(85.84 4.11 316.28) | color: lch(85.84 4.11 316.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)
#D8D8DA — rgb(216, 216, 218)
Deuteranopia (Green-blind)
#D8D9DA — rgb(216, 217, 218)
Tritanopia (Blue-blind)
#DAD9D9 — rgb(218, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 9%, 85%);
text
color: hsl(284, 9%, 85%);
border
border: 2px solid hsl(284, 9%, 85%);
gradient light
background: linear-gradient(to right, hsl(284, 9%, 100%), hsl(284, 9%, 85%));
gradient dark
background: linear-gradient(to right, hsl(284, 9%, 85%), hsl(284, 9%, 65%))
hex
background-color: #DAD5DC;
tailwind
bg-[hsl(284,9%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 9%, 85%, 0.4);
css variable
--color-primary: hsl(284, 9%, 85%);
Related Colors
Use Cases for Grayish White
Frequently Asked Questions
What are all the color codes for HSL(284, 9%, 85%)?
HEX: #DAD5DC | RGB: rgb(218, 213, 220) | CMYK: 1%, 3%, 0%, 14% | HSV: 283°, 3%, 86%. Copy any format from the conversion table above.
What colors go well with #DAD5DC?
The complementary color is HSL(104, 9%, 85%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 9%, 85%) in CSS?
As HSL: color: hsl(284, 9%, 85%); — As HEX: color: #DAD5DC; — As RGB: color: rgb(218, 213, 220); — Tailwind CSS: bg-[hsl(284,9%,85%)] — CSS variable: --color-primary: hsl(284, 9%, 85%);