HSL(11, 10%, 75%)
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(11,10%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 10%, 75%) | color: hsl(11, 10%, 75%) | |
| HEX | #C6BBB9 | color: #C6BBB9 | |
| RGB | rgb(198, 187, 185) | color: rgb(198, 187, 185) | |
| CMYK | cmyk(0%, 6%, 7%, 22%) | — | |
| HSV | hsv(9, 7%, 78%) | — | |
| HWB | hwb(9 73% 22%) | color: hwb(9 73% 22%) | |
| OKLCH | oklch(0.8006 0.0128 29.88) | color: oklch(0.8006 0.0128 29.88) | |
| Lab | lab(76.71 3.52 2.4) | color: lab(76.71 3.52 2.4) | |
| LCH | lch(76.71 4.26 34.29) | color: lch(76.71 4.26 34.29) |
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)
#C1C1B9 — rgb(193, 193, 185)
Deuteranopia (Green-blind)
#C2C3BA — rgb(194, 195, 186)
Tritanopia (Blue-blind)
#C5BABA — rgb(197, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 10%, 75%);
text
color: hsl(11, 10%, 75%);
border
border: 2px solid hsl(11, 10%, 75%);
gradient light
background: linear-gradient(to right, hsl(11, 10%, 95%), hsl(11, 10%, 75%));
gradient dark
background: linear-gradient(to right, hsl(11, 10%, 75%), hsl(11, 10%, 55%))
hex
background-color: #C6BBB9;
tailwind
bg-[hsl(11,10%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 10%, 75%, 0.4);
css variable
--color-primary: hsl(11, 10%, 75%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(11, 10%, 75%)?
HEX: #C6BBB9 | RGB: rgb(198, 187, 185) | CMYK: 0%, 6%, 7%, 22% | HSV: 9°, 7%, 78%. Copy any format from the conversion table above.
What colors go well with #C6BBB9?
The complementary color is HSL(191, 10%, 75%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 10%, 75%) in CSS?
As HSL: color: hsl(11, 10%, 75%); — As HEX: color: #C6BBB9; — As RGB: color: rgb(198, 187, 185); — Tailwind CSS: bg-[hsl(11,10%,75%)] — CSS variable: --color-primary: hsl(11, 10%, 75%);