HSL(171, 94%, 78%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,94%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 94%, 78%) | color: hsl(171, 94%, 78%) | |
| HEX | #92FCEC | color: #92FCEC | |
| RGB | rgb(146, 252, 236) | color: rgb(146, 252, 236) | |
| CMYK | cmyk(42%, 0%, 6%, 1%) | — | |
| HSV | hsv(171, 42%, 99%) | — | |
| HWB | hwb(171 57% 1%) | color: hwb(171 57% 1%) | |
| OKLCH | oklch(0.9225 0.1017 183.27) | color: oklch(0.9225 0.1017 183.27) | |
| Lab | lab(92.48 -34.42 -1.96) | color: lab(92.48 -34.42 -1.96) | |
| LCH | lch(92.48 34.48 183.26) | color: lch(92.48 34.48 183.26) |
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)
#C0C1F0 — rgb(192, 193, 240)
Deuteranopia (Green-blind)
#BAB2F1 — rgb(186, 178, 241)
Tritanopia (Blue-blind)
#97F3F4 — rgb(151, 243, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 94%, 78%);
text
color: hsl(171, 94%, 78%);
border
border: 2px solid hsl(171, 94%, 78%);
gradient light
background: linear-gradient(to right, hsl(171, 94%, 98%), hsl(171, 94%, 78%));
gradient dark
background: linear-gradient(to right, hsl(171, 94%, 78%), hsl(171, 94%, 58%))
hex
background-color: #92FCEC;
tailwind
bg-[hsl(171,94%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 94%, 78%, 0.4);
css variable
--color-primary: hsl(171, 94%, 78%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 94%, 78%)?
HEX: #92FCEC | RGB: rgb(146, 252, 236) | CMYK: 42%, 0%, 6%, 1% | HSV: 171°, 42%, 99%. Copy any format from the conversion table above.
What colors go well with #92FCEC?
The complementary color is HSL(351, 94%, 78%). 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, 94%, 78%) in CSS?
As HSL: color: hsl(171, 94%, 78%); — As HEX: color: #92FCEC; — As RGB: color: rgb(146, 252, 236); — Tailwind CSS: bg-[hsl(171,94%,78%)] — CSS variable: --color-primary: hsl(171, 94%, 78%);