HSL(53, 8%, 80%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(53,8%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 8%, 80%) | color: hsl(53, 8%, 80%) | |
| HEX | #D0CFC8 | color: #D0CFC8 | |
| RGB | rgb(208, 207, 200) | color: rgb(208, 207, 200) | |
| CMYK | cmyk(0%, 0%, 4%, 18%) | — | |
| HSV | hsv(53, 4%, 82%) | — | |
| HWB | hwb(53 79% 18%) | color: hwb(53 79% 18%) | |
| OKLCH | oklch(0.8533 0.0096 100.01) | color: oklch(0.8533 0.0096 100.01) | |
| Lab | lab(83.02 -0.91 3.59) | color: lab(83.02 -0.91 3.59) | |
| LCH | lch(83.02 3.7 104.22) | color: lch(83.02 3.7 104.22) |
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)
#D0D0CA — rgb(208, 208, 202)
Deuteranopia (Green-blind)
#D0D0CA — rgb(208, 208, 202)
Tritanopia (Blue-blind)
#D0CBCB — rgb(208, 203, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 8%, 80%);
text
color: hsl(53, 8%, 80%);
border
border: 2px solid hsl(53, 8%, 80%);
gradient light
background: linear-gradient(to right, hsl(53, 8%, 100%), hsl(53, 8%, 80%));
gradient dark
background: linear-gradient(to right, hsl(53, 8%, 80%), hsl(53, 8%, 60%))
hex
background-color: #D0CFC8;
tailwind
bg-[hsl(53,8%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 8%, 80%, 0.4);
css variable
--color-primary: hsl(53, 8%, 80%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(53, 8%, 80%)?
HEX: #D0CFC8 | RGB: rgb(208, 207, 200) | CMYK: 0%, 0%, 4%, 18% | HSV: 53°, 4%, 82%. Copy any format from the conversion table above.
What colors go well with #D0CFC8?
The complementary color is HSL(233, 8%, 80%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 8%, 80%) in CSS?
As HSL: color: hsl(53, 8%, 80%); — As HEX: color: #D0CFC8; — As RGB: color: rgb(208, 207, 200); — Tailwind CSS: bg-[hsl(53,8%,80%)] — CSS variable: --color-primary: hsl(53, 8%, 80%);