HSL(181, 72%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,72%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 72%, 22%) | color: hsl(181, 72%, 22%) | |
| HEX | #105F60 | color: #105F60 | |
| RGB | rgb(16, 95, 96) | color: rgb(16, 95, 96) | |
| CMYK | cmyk(83%, 1%, 0%, 62%) | — | |
| HSV | hsv(181, 83%, 38%) | — | |
| HWB | hwb(181 6% 62%) | color: hwb(181 6% 62%) | |
| OKLCH | oklch(0.4423 0.0705 196.24) | color: oklch(0.4423 0.0705 196.24) | |
| Lab | lab(36.25 -21.62 -7.09) | color: lab(36.25 -21.62 -7.09) | |
| LCH | lch(36.25 22.75 198.16) | color: lch(36.25 22.75 198.16) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#323360 — rgb(50, 51, 96)
Deuteranopia (Green-blind)
#2E2860 — rgb(46, 40, 96)
Tritanopia (Blue-blind)
#146060 — rgb(20, 96, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 72%, 22%);
text
color: hsl(181, 72%, 22%);
border
border: 2px solid hsl(181, 72%, 22%);
gradient light
background: linear-gradient(to right, hsl(181, 72%, 42%), hsl(181, 72%, 22%));
gradient dark
background: linear-gradient(to right, hsl(181, 72%, 22%), hsl(181, 72%, 2%))
hex
background-color: #105F60;
tailwind
bg-[hsl(181,72%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 72%, 22%, 0.4);
css variable
--color-primary: hsl(181, 72%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 72%, 22%)?
HEX: #105F60 | RGB: rgb(16, 95, 96) | CMYK: 83%, 1%, 0%, 62% | HSV: 181°, 83%, 38%. Copy any format from the conversion table above.
What colors go well with #105F60?
The complementary color is HSL(1, 72%, 22%). 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, 72%, 22%) in CSS?
As HSL: color: hsl(181, 72%, 22%); — As HEX: color: #105F60; — As RGB: color: rgb(16, 95, 96); — Tailwind CSS: bg-[hsl(181,72%,22%)] — CSS variable: --color-primary: hsl(181, 72%, 22%);