HSL(175, 5%, 80%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(175,5%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 5%, 80%) | color: hsl(175, 5%, 80%) | |
| HEX | #C9CFCE | color: #C9CFCE | |
| RGB | rgb(201, 207, 206) | color: rgb(201, 207, 206) | |
| CMYK | cmyk(3%, 0%, 0%, 19%) | — | |
| HSV | hsv(170, 3%, 81%) | — | |
| HWB | hwb(170 79% 19%) | color: hwb(170 79% 19%) | |
| OKLCH | oklch(0.8496 0.0067 185.24) | color: oklch(0.8496 0.0067 185.24) | |
| Lab | lab(82.65 -2.23 -0.22) | color: lab(82.65 -2.23 -0.22) | |
| LCH | lch(82.65 2.24 185.63) | color: lch(82.65 2.24 185.63) |
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)
#CCCCCE — rgb(204, 204, 206)
Deuteranopia (Green-blind)
#CBCBCE — rgb(203, 203, 206)
Tritanopia (Blue-blind)
#C9CECE — rgb(201, 206, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 5%, 80%);
text
color: hsl(175, 5%, 80%);
border
border: 2px solid hsl(175, 5%, 80%);
gradient light
background: linear-gradient(to right, hsl(175, 5%, 100%), hsl(175, 5%, 80%));
gradient dark
background: linear-gradient(to right, hsl(175, 5%, 80%), hsl(175, 5%, 60%))
hex
background-color: #C9CFCE;
tailwind
bg-[hsl(175,5%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 5%, 80%, 0.4);
css variable
--color-primary: hsl(175, 5%, 80%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(175, 5%, 80%)?
HEX: #C9CFCE | RGB: rgb(201, 207, 206) | CMYK: 3%, 0%, 0%, 19% | HSV: 170°, 3%, 81%. Copy any format from the conversion table above.
What colors go well with #C9CFCE?
The complementary color is HSL(355, 5%, 80%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 5%, 80%) in CSS?
As HSL: color: hsl(175, 5%, 80%); — As HEX: color: #C9CFCE; — As RGB: color: rgb(201, 207, 206); — Tailwind CSS: bg-[hsl(175,5%,80%)] — CSS variable: --color-primary: hsl(175, 5%, 80%);