HSL(39, 9%, 85%)
Grayish White — White color
Adjust Color
Color Information
Color Name
Grayish White
Color Family
White
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(39,9%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 9%, 85%) | color: hsl(39, 9%, 85%) | |
| HEX | #DCDAD5 | color: #DCDAD5 | |
| RGB | rgb(220, 218, 213) | color: rgb(220, 218, 213) | |
| CMYK | cmyk(0%, 1%, 3%, 14%) | — | |
| HSV | hsv(43, 3%, 86%) | — | |
| HWB | hwb(43 83% 14%) | color: hwb(43 83% 14%) | |
| OKLCH | oklch(0.8885 0.0071 88.65) | color: oklch(0.8885 0.0071 88.65) | |
| Lab | lab(87.08 -0.21 2.69) | color: lab(87.08 -0.21 2.69) | |
| LCH | lch(87.08 2.7 94.46) | color: lch(87.08 2.7 94.46) |
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)
#DBDBD6 — rgb(219, 219, 214)
Deuteranopia (Green-blind)
#DBDBD7 — rgb(219, 219, 215)
Tritanopia (Blue-blind)
#DCD7D7 — rgb(220, 215, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 9%, 85%);
text
color: hsl(39, 9%, 85%);
border
border: 2px solid hsl(39, 9%, 85%);
gradient light
background: linear-gradient(to right, hsl(39, 9%, 100%), hsl(39, 9%, 85%));
gradient dark
background: linear-gradient(to right, hsl(39, 9%, 85%), hsl(39, 9%, 65%))
hex
background-color: #DCDAD5;
tailwind
bg-[hsl(39,9%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 9%, 85%, 0.4);
css variable
--color-primary: hsl(39, 9%, 85%);
Related Colors
Use Cases for Grayish White
Frequently Asked Questions
What are all the color codes for HSL(39, 9%, 85%)?
HEX: #DCDAD5 | RGB: rgb(220, 218, 213) | CMYK: 0%, 1%, 3%, 14% | HSV: 43°, 3%, 86%. Copy any format from the conversion table above.
What colors go well with #DCDAD5?
The complementary color is HSL(219, 9%, 85%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 9%, 85%) in CSS?
As HSL: color: hsl(39, 9%, 85%); — As HEX: color: #DCDAD5; — As RGB: color: rgb(220, 218, 213); — Tailwind CSS: bg-[hsl(39,9%,85%)] — CSS variable: --color-primary: hsl(39, 9%, 85%);