HSL(175, 72%, 39%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,72%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 72%, 39%) | color: hsl(175, 72%, 39%) | |
| HEX | #1CAB9F | color: #1CAB9F | |
| RGB | rgb(28, 171, 159) | color: rgb(28, 171, 159) | |
| CMYK | cmyk(84%, 0%, 7%, 33%) | — | |
| HSV | hsv(175, 84%, 67%) | — | |
| HWB | hwb(175 11% 33%) | color: hwb(175 11% 33%) | |
| OKLCH | oklch(0.6692 0.1127 185.8) | color: oklch(0.6692 0.1127 185.8) | |
| Lab | lab(63.24 -37.85 -3.98) | color: lab(63.24 -37.85 -3.98) | |
| LCH | lch(63.24 38.06 186) | color: lch(63.24 38.06 186) |
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)
#5A5BA2 — rgb(90, 91, 162)
Deuteranopia (Green-blind)
#5247A3 — rgb(82, 71, 163)
Tritanopia (Blue-blind)
#23A4A5 — rgb(35, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 72%, 39%);
text
color: hsl(175, 72%, 39%);
border
border: 2px solid hsl(175, 72%, 39%);
gradient light
background: linear-gradient(to right, hsl(175, 72%, 59%), hsl(175, 72%, 39%));
gradient dark
background: linear-gradient(to right, hsl(175, 72%, 39%), hsl(175, 72%, 19%))
hex
background-color: #1CAB9F;
tailwind
bg-[hsl(175,72%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 72%, 39%, 0.4);
css variable
--color-primary: hsl(175, 72%, 39%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 72%, 39%)?
HEX: #1CAB9F | RGB: rgb(28, 171, 159) | CMYK: 84%, 0%, 7%, 33% | HSV: 175°, 84%, 67%. Copy any format from the conversion table above.
What colors go well with #1CAB9F?
The complementary color is HSL(355, 72%, 39%). 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%, 39%) in CSS?
As HSL: color: hsl(175, 72%, 39%); — As HEX: color: #1CAB9F; — As RGB: color: rgb(28, 171, 159); — Tailwind CSS: bg-[hsl(175,72%,39%)] — CSS variable: --color-primary: hsl(175, 72%, 39%);