HSL(173, 68%, 39%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,68%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 68%, 39%) | color: hsl(173, 68%, 39%) | |
| HEX | #20A797 | color: #20A797 | |
| RGB | rgb(32, 167, 151) | color: rgb(32, 167, 151) | |
| CMYK | cmyk(81%, 0%, 10%, 35%) | — | |
| HSV | hsv(173, 81%, 65%) | — | |
| HWB | hwb(173 12% 35%) | color: hwb(173 12% 35%) | |
| OKLCH | oklch(0.6569 0.111 182.54) | color: oklch(0.6569 0.111 182.54) | |
| Lab | lab(61.81 -37.99 -1.59) | color: lab(61.81 -37.99 -1.59) | |
| LCH | lch(61.81 38.02 182.4) | color: lch(61.81 38.02 182.4) |
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)
#5A5C9B — rgb(90, 92, 155)
Deuteranopia (Green-blind)
#53499C — rgb(83, 73, 156)
Tritanopia (Blue-blind)
#279E9F — rgb(39, 158, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 68%, 39%);
text
color: hsl(173, 68%, 39%);
border
border: 2px solid hsl(173, 68%, 39%);
gradient light
background: linear-gradient(to right, hsl(173, 68%, 59%), hsl(173, 68%, 39%));
gradient dark
background: linear-gradient(to right, hsl(173, 68%, 39%), hsl(173, 68%, 19%))
hex
background-color: #20A797;
tailwind
bg-[hsl(173,68%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 68%, 39%, 0.4);
css variable
--color-primary: hsl(173, 68%, 39%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 68%, 39%)?
HEX: #20A797 | RGB: rgb(32, 167, 151) | CMYK: 81%, 0%, 10%, 35% | HSV: 173°, 81%, 65%. Copy any format from the conversion table above.
What colors go well with #20A797?
The complementary color is HSL(353, 68%, 39%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 68%, 39%) in CSS?
As HSL: color: hsl(173, 68%, 39%); — As HEX: color: #20A797; — As RGB: color: rgb(32, 167, 151); — Tailwind CSS: bg-[hsl(173,68%,39%)] — CSS variable: --color-primary: hsl(173, 68%, 39%);