HSL(359, 20%, 81%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,20%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 20%, 81%) | color: hsl(359, 20%, 81%) | |
| HEX | #D8C5C5 | color: #D8C5C5 | |
| RGB | rgb(216, 197, 197) | color: rgb(216, 197, 197) | |
| CMYK | cmyk(0%, 9%, 9%, 15%) | — | |
| HSV | hsv(0, 9%, 85%) | — | |
| HWB | hwb(0 77% 15%) | color: hwb(0 77% 15%) | |
| OKLCH | oklch(0.8392 0.0214 17.59) | color: oklch(0.8392 0.0214 17.59) | |
| Lab | lab(81.05 6.66 2.42) | color: lab(81.05 6.66 2.42) | |
| LCH | lch(81.05 7.09 19.97) | color: lch(81.05 7.09 19.97) |
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)
#D0D0C5 — rgb(208, 208, 197)
Deuteranopia (Green-blind)
#D1D2C5 — rgb(209, 210, 197)
Tritanopia (Blue-blind)
#D7C5C5 — rgb(215, 197, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 20%, 81%);
text
color: hsl(359, 20%, 81%);
border
border: 2px solid hsl(359, 20%, 81%);
gradient light
background: linear-gradient(to right, hsl(359, 20%, 100%), hsl(359, 20%, 81%));
gradient dark
background: linear-gradient(to right, hsl(359, 20%, 81%), hsl(359, 20%, 61%))
hex
background-color: #D8C5C5;
tailwind
bg-[hsl(359,20%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 20%, 81%, 0.4);
css variable
--color-primary: hsl(359, 20%, 81%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 20%, 81%)?
HEX: #D8C5C5 | RGB: rgb(216, 197, 197) | CMYK: 0%, 9%, 9%, 15% | HSV: 0°, 9%, 85%. Copy any format from the conversion table above.
What colors go well with #D8C5C5?
The complementary color is HSL(179, 20%, 81%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 20%, 81%) in CSS?
As HSL: color: hsl(359, 20%, 81%); — As HEX: color: #D8C5C5; — As RGB: color: rgb(216, 197, 197); — Tailwind CSS: bg-[hsl(359,20%,81%)] — CSS variable: --color-primary: hsl(359, 20%, 81%);