HSL(188, 10%, 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(188,10%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 10%, 78%) | color: hsl(188, 10%, 78%) | |
| HEX | #C1CBCD | color: #C1CBCD | |
| RGB | rgb(193, 203, 205) | color: rgb(193, 203, 205) | |
| CMYK | cmyk(6%, 1%, 0%, 20%) | — | |
| HSV | hsv(190, 6%, 80%) | — | |
| HWB | hwb(190 75% 20%) | color: hwb(190 75% 20%) | |
| OKLCH | oklch(0.835 0.0113 211.04) | color: oklch(0.835 0.0113 211.04) | |
| Lab | lab(80.99 -3.02 -2.17) | color: lab(80.99 -3.02 -2.17) | |
| LCH | lch(80.99 3.72 215.7) | color: lch(80.99 3.72 215.7) |
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)
#C5C5CD — rgb(197, 197, 205)
Deuteranopia (Green-blind)
#C5C4CC — rgb(197, 196, 204)
Tritanopia (Blue-blind)
#C2CCCC — rgb(194, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 10%, 78%);
text
color: hsl(188, 10%, 78%);
border
border: 2px solid hsl(188, 10%, 78%);
gradient light
background: linear-gradient(to right, hsl(188, 10%, 98%), hsl(188, 10%, 78%));
gradient dark
background: linear-gradient(to right, hsl(188, 10%, 78%), hsl(188, 10%, 58%))
hex
background-color: #C1CBCD;
tailwind
bg-[hsl(188,10%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 10%, 78%, 0.4);
css variable
--color-primary: hsl(188, 10%, 78%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 10%, 78%)?
HEX: #C1CBCD | RGB: rgb(193, 203, 205) | CMYK: 6%, 1%, 0%, 20% | HSV: 190°, 6%, 80%. Copy any format from the conversion table above.
What colors go well with #C1CBCD?
The complementary color is HSL(8, 10%, 78%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 10%, 78%) in CSS?
As HSL: color: hsl(188, 10%, 78%); — As HEX: color: #C1CBCD; — As RGB: color: rgb(193, 203, 205); — Tailwind CSS: bg-[hsl(188,10%,78%)] — CSS variable: --color-primary: hsl(188, 10%, 78%);