HSL(175, 72%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,72%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 72%, 24%) | color: hsl(175, 72%, 24%) | |
| HEX | #116962 | color: #116962 | |
| RGB | rgb(17, 105, 98) | color: rgb(17, 105, 98) | |
| CMYK | cmyk(84%, 0%, 7%, 59%) | — | |
| HSV | hsv(175, 84%, 41%) | — | |
| HWB | hwb(175 7% 59%) | color: hwb(175 7% 59%) | |
| OKLCH | oklch(0.4711 0.0777 186.53) | color: oklch(0.4711 0.0777 186.53) | |
| Lab | lab(39.75 -25.99 -3.11) | color: lab(39.75 -25.99 -3.11) | |
| LCH | lch(39.75 26.18 186.82) | color: lch(39.75 26.18 186.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#373864 — rgb(55, 56, 100)
Deuteranopia (Green-blind)
#322B64 — rgb(50, 43, 100)
Tritanopia (Blue-blind)
#156565 — rgb(21, 101, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 72%, 24%);
text
color: hsl(175, 72%, 24%);
border
border: 2px solid hsl(175, 72%, 24%);
gradient light
background: linear-gradient(to right, hsl(175, 72%, 44%), hsl(175, 72%, 24%));
gradient dark
background: linear-gradient(to right, hsl(175, 72%, 24%), hsl(175, 72%, 4%))
hex
background-color: #116962;
tailwind
bg-[hsl(175,72%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 72%, 24%, 0.4);
css variable
--color-primary: hsl(175, 72%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 72%, 24%)?
HEX: #116962 | RGB: rgb(17, 105, 98) | CMYK: 84%, 0%, 7%, 59% | HSV: 175°, 84%, 41%. Copy any format from the conversion table above.
What colors go well with #116962?
The complementary color is HSL(355, 72%, 24%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 72%, 24%) in CSS?
As HSL: color: hsl(175, 72%, 24%); — As HEX: color: #116962; — As RGB: color: rgb(17, 105, 98); — Tailwind CSS: bg-[hsl(175,72%,24%)] — CSS variable: --color-primary: hsl(175, 72%, 24%);