HSL(181, 80%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,80%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 80%, 63%) | color: hsl(181, 80%, 63%) | |
| HEX | #55EAEC | color: #55EAEC | |
| RGB | rgb(85, 234, 236) | color: rgb(85, 234, 236) | |
| CMYK | cmyk(64%, 1%, 0%, 7%) | — | |
| HSV | hsv(181, 64%, 93%) | — | |
| HWB | hwb(181 33% 7%) | color: hwb(181 33% 7%) | |
| OKLCH | oklch(0.8599 0.1243 196.37) | color: oklch(0.8599 0.1243 196.37) | |
| Lab | lab(85.42 -38.13 -12.63) | color: lab(85.42 -38.13 -12.63) | |
| LCH | lch(85.42 40.17 198.33) | color: lch(85.42 40.17 198.33) |
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)
#9697EC — rgb(150, 151, 236)
Deuteranopia (Green-blind)
#8D82EB — rgb(141, 130, 235)
Tritanopia (Blue-blind)
#5CEBEB — rgb(92, 235, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 80%, 63%);
text
color: hsl(181, 80%, 63%);
border
border: 2px solid hsl(181, 80%, 63%);
gradient light
background: linear-gradient(to right, hsl(181, 80%, 83%), hsl(181, 80%, 63%));
gradient dark
background: linear-gradient(to right, hsl(181, 80%, 63%), hsl(181, 80%, 43%))
hex
background-color: #55EAEC;
tailwind
bg-[hsl(181,80%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 80%, 63%, 0.4);
css variable
--color-primary: hsl(181, 80%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 80%, 63%)?
HEX: #55EAEC | RGB: rgb(85, 234, 236) | CMYK: 64%, 1%, 0%, 7% | HSV: 181°, 64%, 93%. Copy any format from the conversion table above.
What colors go well with #55EAEC?
The complementary color is HSL(1, 80%, 63%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 80%, 63%) in CSS?
As HSL: color: hsl(181, 80%, 63%); — As HEX: color: #55EAEC; — As RGB: color: rgb(85, 234, 236); — Tailwind CSS: bg-[hsl(181,80%,63%)] — CSS variable: --color-primary: hsl(181, 80%, 63%);