HSL(357, 5%, 81%)
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(357,5%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 5%, 81%) | color: hsl(357, 5%, 81%) | |
| HEX | #D1CCCC | color: #D1CCCC | |
| RGB | rgb(209, 204, 204) | color: rgb(209, 204, 204) | |
| CMYK | cmyk(0%, 2%, 2%, 18%) | — | |
| HSV | hsv(0, 2%, 82%) | — | |
| HWB | hwb(0 80% 18%) | color: hwb(0 80% 18%) | |
| OKLCH | oklch(0.8492 0.0055 17.27) | color: oklch(0.8492 0.0055 17.27) | |
| Lab | lab(82.43 1.72 0.61) | color: lab(82.43 1.72 0.61) | |
| LCH | lch(82.43 1.82 19.53) | color: lch(82.43 1.82 19.53) |
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)
#CFCFCC — rgb(207, 207, 204)
Deuteranopia (Green-blind)
#CFD0CC — rgb(207, 208, 204)
Tritanopia (Blue-blind)
#D1CCCC — rgb(209, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 5%, 81%);
text
color: hsl(357, 5%, 81%);
border
border: 2px solid hsl(357, 5%, 81%);
gradient light
background: linear-gradient(to right, hsl(357, 5%, 100%), hsl(357, 5%, 81%));
gradient dark
background: linear-gradient(to right, hsl(357, 5%, 81%), hsl(357, 5%, 61%))
hex
background-color: #D1CCCC;
tailwind
bg-[hsl(357,5%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 5%, 81%, 0.4);
css variable
--color-primary: hsl(357, 5%, 81%);
Related Colors
Use Cases for Grayish White
Frequently Asked Questions
What are all the color codes for HSL(357, 5%, 81%)?
HEX: #D1CCCC | RGB: rgb(209, 204, 204) | CMYK: 0%, 2%, 2%, 18% | HSV: 0°, 2%, 82%. Copy any format from the conversion table above.
What colors go well with #D1CCCC?
The complementary color is HSL(177, 5%, 81%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 5%, 81%) in CSS?
As HSL: color: hsl(357, 5%, 81%); — As HEX: color: #D1CCCC; — As RGB: color: rgb(209, 204, 204); — Tailwind CSS: bg-[hsl(357,5%,81%)] — CSS variable: --color-primary: hsl(357, 5%, 81%);