HSL(349, 10%, 77%)
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(349,10%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(349, 10%, 77%) | color: hsl(349, 10%, 77%) | |
| HEX | #CABEC1 | color: #CABEC1 | |
| RGB | rgb(202, 190, 193) | color: rgb(202, 190, 193) | |
| CMYK | cmyk(0%, 6%, 4%, 21%) | — | |
| HSV | hsv(345, 6%, 79%) | — | |
| HWB | hwb(345 74% 21%) | color: hwb(345 74% 21%) | |
| OKLCH | oklch(0.8123 0.0141 0.35) | color: oklch(0.8123 0.0141 0.35) | |
| Lab | lab(78.01 4.74 0.01) | color: lab(78.01 4.74 0.01) | |
| LCH | lch(78.01 4.74 0.12) | color: lch(78.01 4.74 0.12) |
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)
#C5C5C0 — rgb(197, 197, 192)
Deuteranopia (Green-blind)
#C6C6C0 — rgb(198, 198, 192)
Tritanopia (Blue-blind)
#C9C0C0 — rgb(201, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(349, 10%, 77%);
text
color: hsl(349, 10%, 77%);
border
border: 2px solid hsl(349, 10%, 77%);
gradient light
background: linear-gradient(to right, hsl(349, 10%, 97%), hsl(349, 10%, 77%));
gradient dark
background: linear-gradient(to right, hsl(349, 10%, 77%), hsl(349, 10%, 57%))
hex
background-color: #CABEC1;
tailwind
bg-[hsl(349,10%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(349, 10%, 77%, 0.4);
css variable
--color-primary: hsl(349, 10%, 77%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(349, 10%, 77%)?
HEX: #CABEC1 | RGB: rgb(202, 190, 193) | CMYK: 0%, 6%, 4%, 21% | HSV: 345°, 6%, 79%. Copy any format from the conversion table above.
What colors go well with #CABEC1?
The complementary color is HSL(169, 10%, 77%). For a triadic harmony, use hues 349°, 109°, and 229°. For analogous combinations, try hues 319° and 19°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(349, 10%, 77%) in CSS?
As HSL: color: hsl(349, 10%, 77%); — As HEX: color: #CABEC1; — As RGB: color: rgb(202, 190, 193); — Tailwind CSS: bg-[hsl(349,10%,77%)] — CSS variable: --color-primary: hsl(349, 10%, 77%);