HSL(157, 80%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,80%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 80%, 63%) | color: hsl(157, 80%, 63%) | |
| HEX | #55ECB2 | color: #55ECB2 | |
| RGB | rgb(85, 236, 178) | color: rgb(85, 236, 178) | |
| CMYK | cmyk(64%, 0%, 25%, 7%) | — | |
| HSV | hsv(157, 64%, 93%) | — | |
| HWB | hwb(157 33% 7%) | color: hwb(157 33% 7%) | |
| OKLCH | oklch(0.8481 0.1527 163.92) | color: oklch(0.8481 0.1527 163.92) | |
| Lab | lab(84.55 -53.26 16.55) | color: lab(84.55 -53.26 16.55) | |
| LCH | lch(84.55 55.77 162.74) | color: lch(84.55 55.77 162.74) |
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)
#9698C0 — rgb(150, 152, 192)
Deuteranopia (Green-blind)
#8E82C3 — rgb(142, 130, 195)
Tritanopia (Blue-blind)
#5DCBCE — rgb(93, 203, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 80%, 63%);
text
color: hsl(157, 80%, 63%);
border
border: 2px solid hsl(157, 80%, 63%);
gradient light
background: linear-gradient(to right, hsl(157, 80%, 83%), hsl(157, 80%, 63%));
gradient dark
background: linear-gradient(to right, hsl(157, 80%, 63%), hsl(157, 80%, 43%))
hex
background-color: #55ECB2;
tailwind
bg-[hsl(157,80%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 80%, 63%, 0.4);
css variable
--color-primary: hsl(157, 80%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 80%, 63%)?
HEX: #55ECB2 | RGB: rgb(85, 236, 178) | CMYK: 64%, 0%, 25%, 7% | HSV: 157°, 64%, 93%. Copy any format from the conversion table above.
What colors go well with #55ECB2?
The complementary color is HSL(337, 80%, 63%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 80%, 63%) in CSS?
As HSL: color: hsl(157, 80%, 63%); — As HEX: color: #55ECB2; — As RGB: color: rgb(85, 236, 178); — Tailwind CSS: bg-[hsl(157,80%,63%)] — CSS variable: --color-primary: hsl(157, 80%, 63%);