HSL(10, 12%, 79%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(10,12%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 12%, 79%) | color: hsl(10, 12%, 79%) | |
| HEX | #D0C5C3 | color: #D0C5C3 | |
| RGB | rgb(208, 197, 195) | color: rgb(208, 197, 195) | |
| CMYK | cmyk(0%, 5%, 6%, 18%) | — | |
| HSV | hsv(9, 6%, 82%) | — | |
| HWB | hwb(9 77% 18%) | color: hwb(9 77% 18%) | |
| OKLCH | oklch(0.8318 0.0127 29.88) | color: oklch(0.8318 0.0127 29.88) | |
| Lab | lab(80.34 3.48 2.37) | color: lab(80.34 3.48 2.37) | |
| LCH | lch(80.34 4.21 34.26) | color: lch(80.34 4.21 34.26) |
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)
#CBCBC3 — rgb(203, 203, 195)
Deuteranopia (Green-blind)
#CCCDC4 — rgb(204, 205, 196)
Tritanopia (Blue-blind)
#CFC4C4 — rgb(207, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 12%, 79%);
text
color: hsl(10, 12%, 79%);
border
border: 2px solid hsl(10, 12%, 79%);
gradient light
background: linear-gradient(to right, hsl(10, 12%, 99%), hsl(10, 12%, 79%));
gradient dark
background: linear-gradient(to right, hsl(10, 12%, 79%), hsl(10, 12%, 59%))
hex
background-color: #D0C5C3;
tailwind
bg-[hsl(10,12%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 12%, 79%, 0.4);
css variable
--color-primary: hsl(10, 12%, 79%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(10, 12%, 79%)?
HEX: #D0C5C3 | RGB: rgb(208, 197, 195) | CMYK: 0%, 5%, 6%, 18% | HSV: 9°, 6%, 82%. Copy any format from the conversion table above.
What colors go well with #D0C5C3?
The complementary color is HSL(190, 12%, 79%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 12%, 79%) in CSS?
As HSL: color: hsl(10, 12%, 79%); — As HEX: color: #D0C5C3; — As RGB: color: rgb(208, 197, 195); — Tailwind CSS: bg-[hsl(10,12%,79%)] — CSS variable: --color-primary: hsl(10, 12%, 79%);