HSL(172, 62%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,62%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 62%, 37%) | color: hsl(172, 62%, 37%) | |
| HEX | #249989 | color: #249989 | |
| RGB | rgb(36, 153, 137) | color: rgb(36, 153, 137) | |
| CMYK | cmyk(76%, 0%, 10%, 40%) | — | |
| HSV | hsv(172, 76%, 60%) | — | |
| HWB | hwb(172 14% 40%) | color: hwb(172 14% 40%) | |
| OKLCH | oklch(0.6169 0.1022 181.31) | color: oklch(0.6169 0.1022 181.31) | |
| Lab | lab(57.04 -35.15 -0.65) | color: lab(57.04 -35.15 -0.65) | |
| LCH | lch(57.04 35.16 181.06) | color: lch(57.04 35.16 181.06) |
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)
#57588D — rgb(87, 88, 141)
Deuteranopia (Green-blind)
#50478E — rgb(80, 71, 142)
Tritanopia (Blue-blind)
#2A9091 — rgb(42, 144, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 62%, 37%);
text
color: hsl(172, 62%, 37%);
border
border: 2px solid hsl(172, 62%, 37%);
gradient light
background: linear-gradient(to right, hsl(172, 62%, 57%), hsl(172, 62%, 37%));
gradient dark
background: linear-gradient(to right, hsl(172, 62%, 37%), hsl(172, 62%, 17%))
hex
background-color: #249989;
tailwind
bg-[hsl(172,62%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 62%, 37%, 0.4);
css variable
--color-primary: hsl(172, 62%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 62%, 37%)?
HEX: #249989 | RGB: rgb(36, 153, 137) | CMYK: 76%, 0%, 10%, 40% | HSV: 172°, 76%, 60%. Copy any format from the conversion table above.
What colors go well with #249989?
The complementary color is HSL(352, 62%, 37%). 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, 62%, 37%) in CSS?
As HSL: color: hsl(172, 62%, 37%); — As HEX: color: #249989; — As RGB: color: rgb(36, 153, 137); — Tailwind CSS: bg-[hsl(172,62%,37%)] — CSS variable: --color-primary: hsl(172, 62%, 37%);