HSL(171, 76%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,76%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 76%, 37%) | color: hsl(171, 76%, 37%) | |
| HEX | #17A691 | color: #17A691 | |
| RGB | rgb(23, 166, 145) | color: rgb(23, 166, 145) | |
| CMYK | cmyk(86%, 0%, 13%, 35%) | — | |
| HSV | hsv(171, 86%, 65%) | — | |
| HWB | hwb(171 9% 35%) | color: hwb(171 9% 35%) | |
| OKLCH | oklch(0.6512 0.115 179.13) | color: oklch(0.6512 0.115 179.13) | |
| Lab | lab(61.22 -39.98 0.9) | color: lab(61.22 -39.98 0.9) | |
| LCH | lch(61.22 39.99 178.71) | color: lch(61.22 39.99 178.71) |
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)
#555696 — rgb(85, 86, 150)
Deuteranopia (Green-blind)
#4D4297 — rgb(77, 66, 151)
Tritanopia (Blue-blind)
#1E9A9B — rgb(30, 154, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 76%, 37%);
text
color: hsl(171, 76%, 37%);
border
border: 2px solid hsl(171, 76%, 37%);
gradient light
background: linear-gradient(to right, hsl(171, 76%, 57%), hsl(171, 76%, 37%));
gradient dark
background: linear-gradient(to right, hsl(171, 76%, 37%), hsl(171, 76%, 17%))
hex
background-color: #17A691;
tailwind
bg-[hsl(171,76%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 76%, 37%, 0.4);
css variable
--color-primary: hsl(171, 76%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 76%, 37%)?
HEX: #17A691 | RGB: rgb(23, 166, 145) | CMYK: 86%, 0%, 13%, 35% | HSV: 171°, 86%, 65%. Copy any format from the conversion table above.
What colors go well with #17A691?
The complementary color is HSL(351, 76%, 37%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 76%, 37%) in CSS?
As HSL: color: hsl(171, 76%, 37%); — As HEX: color: #17A691; — As RGB: color: rgb(23, 166, 145); — Tailwind CSS: bg-[hsl(171,76%,37%)] — CSS variable: --color-primary: hsl(171, 76%, 37%);