HSL(162, 11%, 78%)
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(162,11%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 11%, 78%) | color: hsl(162, 11%, 78%) | |
| HEX | #C1CDC9 | color: #C1CDC9 | |
| RGB | rgb(193, 205, 201) | color: rgb(193, 205, 201) | |
| CMYK | cmyk(6%, 0%, 2%, 20%) | — | |
| HSV | hsv(160, 6%, 80%) | — | |
| HWB | hwb(160 75% 20%) | color: hwb(160 75% 20%) | |
| OKLCH | oklch(0.8379 0.0142 174.09) | color: oklch(0.8379 0.0142 174.09) | |
| Lab | lab(81.41 -4.83 0.58) | color: lab(81.41 -4.83 0.58) | |
| LCH | lch(81.41 4.86 173.15) | color: lch(81.41 4.86 173.15) |
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)
#C6C6CA — rgb(198, 198, 202)
Deuteranopia (Green-blind)
#C6C5CA — rgb(198, 197, 202)
Tritanopia (Blue-blind)
#C2CBCB — rgb(194, 203, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 11%, 78%);
text
color: hsl(162, 11%, 78%);
border
border: 2px solid hsl(162, 11%, 78%);
gradient light
background: linear-gradient(to right, hsl(162, 11%, 98%), hsl(162, 11%, 78%));
gradient dark
background: linear-gradient(to right, hsl(162, 11%, 78%), hsl(162, 11%, 58%))
hex
background-color: #C1CDC9;
tailwind
bg-[hsl(162,11%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 11%, 78%, 0.4);
css variable
--color-primary: hsl(162, 11%, 78%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 11%, 78%)?
HEX: #C1CDC9 | RGB: rgb(193, 205, 201) | CMYK: 6%, 0%, 2%, 20% | HSV: 160°, 6%, 80%. Copy any format from the conversion table above.
What colors go well with #C1CDC9?
The complementary color is HSL(342, 11%, 78%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 11%, 78%) in CSS?
As HSL: color: hsl(162, 11%, 78%); — As HEX: color: #C1CDC9; — As RGB: color: rgb(193, 205, 201); — Tailwind CSS: bg-[hsl(162,11%,78%)] — CSS variable: --color-primary: hsl(162, 11%, 78%);