HSL(172, 83%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,83%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 83%, 32%) | color: hsl(172, 83%, 32%) | |
| HEX | #0E9583 | color: #0E9583 | |
| RGB | rgb(14, 149, 131) | color: rgb(14, 149, 131) | |
| CMYK | cmyk(91%, 0%, 12%, 42%) | — | |
| HSV | hsv(172, 91%, 58%) | — | |
| HWB | hwb(172 5% 42%) | color: hwb(172 5% 42%) | |
| OKLCH | oklch(0.6013 0.1067 180.03) | color: oklch(0.6013 0.1067 180.03) | |
| Lab | lab(55.3 -37 0.21) | color: lab(55.3 -37 0.21) | |
| LCH | lch(55.3 37 179.67) | color: lch(55.3 37 179.67) |
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)
#484A87 — rgb(72, 74, 135)
Deuteranopia (Green-blind)
#413788 — rgb(65, 55, 136)
Tritanopia (Blue-blind)
#158B8C — rgb(21, 139, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 83%, 32%);
text
color: hsl(172, 83%, 32%);
border
border: 2px solid hsl(172, 83%, 32%);
gradient light
background: linear-gradient(to right, hsl(172, 83%, 52%), hsl(172, 83%, 32%));
gradient dark
background: linear-gradient(to right, hsl(172, 83%, 32%), hsl(172, 83%, 12%))
hex
background-color: #0E9583;
tailwind
bg-[hsl(172,83%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 83%, 32%, 0.4);
css variable
--color-primary: hsl(172, 83%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 83%, 32%)?
HEX: #0E9583 | RGB: rgb(14, 149, 131) | CMYK: 91%, 0%, 12%, 42% | HSV: 172°, 91%, 58%. Copy any format from the conversion table above.
What colors go well with #0E9583?
The complementary color is HSL(352, 83%, 32%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 83%, 32%) in CSS?
As HSL: color: hsl(172, 83%, 32%); — As HEX: color: #0E9583; — As RGB: color: rgb(14, 149, 131); — Tailwind CSS: bg-[hsl(172,83%,32%)] — CSS variable: --color-primary: hsl(172, 83%, 32%);