HSL(44, 9%, 83%)
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(44,9%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 9%, 83%) | color: hsl(44, 9%, 83%) | |
| HEX | #D8D5D0 | color: #D8D5D0 | |
| RGB | rgb(216, 213, 208) | color: rgb(216, 213, 208) | |
| CMYK | cmyk(0%, 1%, 4%, 15%) | — | |
| HSV | hsv(38, 4%, 85%) | — | |
| HWB | hwb(38 82% 15%) | color: hwb(38 82% 15%) | |
| OKLCH | oklch(0.874 0.0076 80.72) | color: oklch(0.874 0.0076 80.72) | |
| Lab | lab(85.37 0.14 2.83) | color: lab(85.37 0.14 2.83) | |
| LCH | lch(85.37 2.83 87.17) | color: lch(85.37 2.83 87.17) |
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)
#D7D7D1 — rgb(215, 215, 209)
Deuteranopia (Green-blind)
#D7D7D2 — rgb(215, 215, 210)
Tritanopia (Blue-blind)
#D8D2D2 — rgb(216, 210, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 9%, 83%);
text
color: hsl(44, 9%, 83%);
border
border: 2px solid hsl(44, 9%, 83%);
gradient light
background: linear-gradient(to right, hsl(44, 9%, 100%), hsl(44, 9%, 83%));
gradient dark
background: linear-gradient(to right, hsl(44, 9%, 83%), hsl(44, 9%, 63%))
hex
background-color: #D8D5D0;
tailwind
bg-[hsl(44,9%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 9%, 83%, 0.4);
css variable
--color-primary: hsl(44, 9%, 83%);
Related Colors
Use Cases for Grayish White
Frequently Asked Questions
What are all the color codes for HSL(44, 9%, 83%)?
HEX: #D8D5D0 | RGB: rgb(216, 213, 208) | CMYK: 0%, 1%, 4%, 15% | HSV: 38°, 4%, 85%. Copy any format from the conversion table above.
What colors go well with #D8D5D0?
The complementary color is HSL(224, 9%, 83%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 9%, 83%) in CSS?
As HSL: color: hsl(44, 9%, 83%); — As HEX: color: #D8D5D0; — As RGB: color: rgb(216, 213, 208); — Tailwind CSS: bg-[hsl(44,9%,83%)] — CSS variable: --color-primary: hsl(44, 9%, 83%);