HSL(351, 13%, 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(351,13%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 13%, 77%) | color: hsl(351, 13%, 77%) | |
| HEX | #CCBDBF | color: #CCBDBF | |
| RGB | rgb(204, 189, 191) | color: rgb(204, 189, 191) | |
| CMYK | cmyk(0%, 7%, 6%, 20%) | — | |
| HSV | hsv(352, 7%, 80%) | — | |
| HWB | hwb(352 74% 20%) | color: hwb(352 74% 20%) | |
| OKLCH | oklch(0.8114 0.0172 8.27) | color: oklch(0.8114 0.0172 8.27) | |
| Lab | lab(77.87 5.63 0.9) | color: lab(77.87 5.63 0.9) | |
| LCH | lch(77.87 5.7 9.08) | color: lch(77.87 5.7 9.08) |
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)
#C6C5BF — rgb(198, 197, 191)
Deuteranopia (Green-blind)
#C6C8BE — rgb(198, 200, 190)
Tritanopia (Blue-blind)
#CBBEBE — rgb(203, 190, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 13%, 77%);
text
color: hsl(351, 13%, 77%);
border
border: 2px solid hsl(351, 13%, 77%);
gradient light
background: linear-gradient(to right, hsl(351, 13%, 97%), hsl(351, 13%, 77%));
gradient dark
background: linear-gradient(to right, hsl(351, 13%, 77%), hsl(351, 13%, 57%))
hex
background-color: #CCBDBF;
tailwind
bg-[hsl(351,13%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 13%, 77%, 0.4);
css variable
--color-primary: hsl(351, 13%, 77%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(351, 13%, 77%)?
HEX: #CCBDBF | RGB: rgb(204, 189, 191) | CMYK: 0%, 7%, 6%, 20% | HSV: 352°, 7%, 80%. Copy any format from the conversion table above.
What colors go well with #CCBDBF?
The complementary color is HSL(171, 13%, 77%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 13%, 77%) in CSS?
As HSL: color: hsl(351, 13%, 77%); — As HEX: color: #CCBDBF; — As RGB: color: rgb(204, 189, 191); — Tailwind CSS: bg-[hsl(351,13%,77%)] — CSS variable: --color-primary: hsl(351, 13%, 77%);