HSL(171, 59%, 70%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,59%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 59%, 70%) | color: hsl(171, 59%, 70%) | |
| HEX | #85E0D2 | color: #85E0D2 | |
| RGB | rgb(133, 224, 210) | color: rgb(133, 224, 210) | |
| CMYK | cmyk(41%, 0%, 6%, 12%) | — | |
| HSV | hsv(171, 41%, 88%) | — | |
| HWB | hwb(171 52% 12%) | color: hwb(171 52% 12%) | |
| OKLCH | oklch(0.8458 0.09 183.19) | color: oklch(0.8458 0.09 183.19) | |
| Lab | lab(83.41 -30.46 -1.69) | color: lab(83.41 -30.46 -1.69) | |
| LCH | lch(83.41 30.51 183.18) | color: lch(83.41 30.51 183.18) |
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)
#ACADD5 — rgb(172, 173, 213)
Deuteranopia (Green-blind)
#A7A0D6 — rgb(167, 160, 214)
Tritanopia (Blue-blind)
#8AD8D9 — rgb(138, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 59%, 70%);
text
color: hsl(171, 59%, 70%);
border
border: 2px solid hsl(171, 59%, 70%);
gradient light
background: linear-gradient(to right, hsl(171, 59%, 90%), hsl(171, 59%, 70%));
gradient dark
background: linear-gradient(to right, hsl(171, 59%, 70%), hsl(171, 59%, 50%))
hex
background-color: #85E0D2;
tailwind
bg-[hsl(171,59%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 59%, 70%, 0.4);
css variable
--color-primary: hsl(171, 59%, 70%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 59%, 70%)?
HEX: #85E0D2 | RGB: rgb(133, 224, 210) | CMYK: 41%, 0%, 6%, 12% | HSV: 171°, 41%, 88%. Copy any format from the conversion table above.
What colors go well with #85E0D2?
The complementary color is HSL(351, 59%, 70%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 59%, 70%) in CSS?
As HSL: color: hsl(171, 59%, 70%); — As HEX: color: #85E0D2; — As RGB: color: rgb(133, 224, 210); — Tailwind CSS: bg-[hsl(171,59%,70%)] — CSS variable: --color-primary: hsl(171, 59%, 70%);