HSL(9, 20%, 79%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,20%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 20%, 79%) | color: hsl(9, 20%, 79%) | |
| HEX | #D4C2BF | color: #D4C2BF | |
| RGB | rgb(212, 194, 191) | color: rgb(212, 194, 191) | |
| CMYK | cmyk(0%, 8%, 10%, 17%) | — | |
| HSV | hsv(9, 10%, 83%) | — | |
| HWB | hwb(9 75% 17%) | color: hwb(9 75% 17%) | |
| OKLCH | oklch(0.8281 0.0208 28.93) | color: oklch(0.8281 0.0208 28.93) | |
| Lab | lab(79.81 5.81 3.8) | color: lab(79.81 5.81 3.8) | |
| LCH | lch(79.81 6.94 33.19) | color: lch(79.81 6.94 33.19) |
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)
#CCCCC0 — rgb(204, 204, 192)
Deuteranopia (Green-blind)
#CDCFC0 — rgb(205, 207, 192)
Tritanopia (Blue-blind)
#D3C0C0 — rgb(211, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 20%, 79%);
text
color: hsl(9, 20%, 79%);
border
border: 2px solid hsl(9, 20%, 79%);
gradient light
background: linear-gradient(to right, hsl(9, 20%, 99%), hsl(9, 20%, 79%));
gradient dark
background: linear-gradient(to right, hsl(9, 20%, 79%), hsl(9, 20%, 59%))
hex
background-color: #D4C2BF;
tailwind
bg-[hsl(9,20%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 20%, 79%, 0.4);
css variable
--color-primary: hsl(9, 20%, 79%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 20%, 79%)?
HEX: #D4C2BF | RGB: rgb(212, 194, 191) | CMYK: 0%, 8%, 10%, 17% | HSV: 9°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #D4C2BF?
The complementary color is HSL(189, 20%, 79%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 20%, 79%) in CSS?
As HSL: color: hsl(9, 20%, 79%); — As HEX: color: #D4C2BF; — As RGB: color: rgb(212, 194, 191); — Tailwind CSS: bg-[hsl(9,20%,79%)] — CSS variable: --color-primary: hsl(9, 20%, 79%);