HSL(170, 59%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(170,59%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(170, 59%, 85%) | color: hsl(170, 59%, 85%) | |
| HEX | #C2EFE8 | color: #C2EFE8 | |
| RGB | rgb(194, 239, 232) | color: rgb(194, 239, 232) | |
| CMYK | cmyk(19%, 0%, 3%, 6%) | — | |
| HSV | hsv(171, 19%, 94%) | — | |
| HWB | hwb(171 76% 6%) | color: hwb(171 76% 6%) | |
| OKLCH | oklch(0.9186 0.0473 184.84) | color: oklch(0.9186 0.0473 184.84) | |
| Lab | lab(91.25 -15.79 -1.4) | color: lab(91.25 -15.79 -1.4) | |
| LCH | lch(91.25 15.85 185.07) | color: lch(91.25 15.85 185.07) |
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)
#D5D6EA — rgb(213, 214, 234)
Deuteranopia (Green-blind)
#D3D0EA — rgb(211, 208, 234)
Tritanopia (Blue-blind)
#C4EBEB — rgb(196, 235, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(170, 59%, 85%);
text
color: hsl(170, 59%, 85%);
border
border: 2px solid hsl(170, 59%, 85%);
gradient light
background: linear-gradient(to right, hsl(170, 59%, 100%), hsl(170, 59%, 85%));
gradient dark
background: linear-gradient(to right, hsl(170, 59%, 85%), hsl(170, 59%, 65%))
hex
background-color: #C2EFE8;
tailwind
bg-[hsl(170,59%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(170, 59%, 85%, 0.4);
css variable
--color-primary: hsl(170, 59%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(170, 59%, 85%)?
HEX: #C2EFE8 | RGB: rgb(194, 239, 232) | CMYK: 19%, 0%, 3%, 6% | HSV: 171°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #C2EFE8?
The complementary color is HSL(350, 59%, 85%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(170, 59%, 85%) in CSS?
As HSL: color: hsl(170, 59%, 85%); — As HEX: color: #C2EFE8; — As RGB: color: rgb(194, 239, 232); — Tailwind CSS: bg-[hsl(170,59%,85%)] — CSS variable: --color-primary: hsl(170, 59%, 85%);