HSL(176, 10%, 79%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(176,10%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 10%, 79%) | color: hsl(176, 10%, 79%) | |
| HEX | #C4CFCE | color: #C4CFCE | |
| RGB | rgb(196, 207, 206) | color: rgb(196, 207, 206) | |
| CMYK | cmyk(5%, 0%, 0%, 19%) | — | |
| HSV | hsv(175, 5%, 81%) | — | |
| HWB | hwb(175 77% 19%) | color: hwb(175 77% 19%) | |
| OKLCH | oklch(0.8458 0.0121 190.4) | color: oklch(0.8458 0.0121 190.4) | |
| Lab | lab(82.28 -3.92 -0.8) | color: lab(82.28 -3.92 -0.8) | |
| LCH | lch(82.28 4 191.53) | color: lch(82.28 4 191.53) |
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)
#C9C9CE — rgb(201, 201, 206)
Deuteranopia (Green-blind)
#C8C7CE — rgb(200, 199, 206)
Tritanopia (Blue-blind)
#C5CECE — rgb(197, 206, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 10%, 79%);
text
color: hsl(176, 10%, 79%);
border
border: 2px solid hsl(176, 10%, 79%);
gradient light
background: linear-gradient(to right, hsl(176, 10%, 99%), hsl(176, 10%, 79%));
gradient dark
background: linear-gradient(to right, hsl(176, 10%, 79%), hsl(176, 10%, 59%))
hex
background-color: #C4CFCE;
tailwind
bg-[hsl(176,10%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 10%, 79%, 0.4);
css variable
--color-primary: hsl(176, 10%, 79%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 10%, 79%)?
HEX: #C4CFCE | RGB: rgb(196, 207, 206) | CMYK: 5%, 0%, 0%, 19% | HSV: 175°, 5%, 81%. Copy any format from the conversion table above.
What colors go well with #C4CFCE?
The complementary color is HSL(356, 10%, 79%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 10%, 79%) in CSS?
As HSL: color: hsl(176, 10%, 79%); — As HEX: color: #C4CFCE; — As RGB: color: rgb(196, 207, 206); — Tailwind CSS: bg-[hsl(176,10%,79%)] — CSS variable: --color-primary: hsl(176, 10%, 79%);