HSL(176, 65%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,65%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 65%, 85%) | color: hsl(176, 65%, 85%) | |
| HEX | #C0F2EE | color: #C0F2EE | |
| RGB | rgb(192, 242, 238) | color: rgb(192, 242, 238) | |
| CMYK | cmyk(21%, 0%, 2%, 5%) | — | |
| HSV | hsv(175, 21%, 95%) | — | |
| HWB | hwb(175 75% 5%) | color: hwb(175 75% 5%) | |
| OKLCH | oklch(0.9255 0.0513 190.26) | color: oklch(0.9255 0.0513 190.26) | |
| Lab | lab(92.08 -16.66 -3.32) | color: lab(92.08 -16.66 -3.32) | |
| LCH | lch(92.08 16.99 191.27) | color: lch(92.08 16.99 191.27) |
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)
#D6D6EF — rgb(214, 214, 239)
Deuteranopia (Green-blind)
#D3CFEF — rgb(211, 207, 239)
Tritanopia (Blue-blind)
#C3F0F0 — rgb(195, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 65%, 85%);
text
color: hsl(176, 65%, 85%);
border
border: 2px solid hsl(176, 65%, 85%);
gradient light
background: linear-gradient(to right, hsl(176, 65%, 100%), hsl(176, 65%, 85%));
gradient dark
background: linear-gradient(to right, hsl(176, 65%, 85%), hsl(176, 65%, 65%))
hex
background-color: #C0F2EE;
tailwind
bg-[hsl(176,65%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 65%, 85%, 0.4);
css variable
--color-primary: hsl(176, 65%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 65%, 85%)?
HEX: #C0F2EE | RGB: rgb(192, 242, 238) | CMYK: 21%, 0%, 2%, 5% | HSV: 175°, 21%, 95%. Copy any format from the conversion table above.
What colors go well with #C0F2EE?
The complementary color is HSL(356, 65%, 85%). 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, 65%, 85%) in CSS?
As HSL: color: hsl(176, 65%, 85%); — As HEX: color: #C0F2EE; — As RGB: color: rgb(192, 242, 238); — Tailwind CSS: bg-[hsl(176,65%,85%)] — CSS variable: --color-primary: hsl(176, 65%, 85%);