HSL(181, 80%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,80%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 80%, 44%) | color: hsl(181, 80%, 44%) | |
| HEX | #16C7CA | color: #16C7CA | |
| RGB | rgb(22, 199, 202) | color: rgb(22, 199, 202) | |
| CMYK | cmyk(89%, 1%, 0%, 21%) | — | |
| HSV | hsv(181, 89%, 79%) | — | |
| HWB | hwb(181 9% 21%) | color: hwb(181 9% 21%) | |
| OKLCH | oklch(0.7535 0.1257 196.78) | color: oklch(0.7535 0.1257 196.78) | |
| Lab | lab(73.07 -38.26 -13.04) | color: lab(73.07 -38.26 -13.04) | |
| LCH | lch(73.07 40.42 198.82) | color: lch(73.07 40.42 198.82) |
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)
#6364C9 — rgb(99, 100, 201)
Deuteranopia (Green-blind)
#584BC9 — rgb(88, 75, 201)
Tritanopia (Blue-blind)
#1FC9C9 — rgb(31, 201, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 80%, 44%);
text
color: hsl(181, 80%, 44%);
border
border: 2px solid hsl(181, 80%, 44%);
gradient light
background: linear-gradient(to right, hsl(181, 80%, 64%), hsl(181, 80%, 44%));
gradient dark
background: linear-gradient(to right, hsl(181, 80%, 44%), hsl(181, 80%, 24%))
hex
background-color: #16C7CA;
tailwind
bg-[hsl(181,80%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 80%, 44%, 0.4);
css variable
--color-primary: hsl(181, 80%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 80%, 44%)?
HEX: #16C7CA | RGB: rgb(22, 199, 202) | CMYK: 89%, 1%, 0%, 21% | HSV: 181°, 89%, 79%. Copy any format from the conversion table above.
What colors go well with #16C7CA?
The complementary color is HSL(1, 80%, 44%). 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%, 44%) in CSS?
As HSL: color: hsl(181, 80%, 44%); — As HEX: color: #16C7CA; — As RGB: color: rgb(22, 199, 202); — Tailwind CSS: bg-[hsl(181,80%,44%)] — CSS variable: --color-primary: hsl(181, 80%, 44%);