HSL(170, 80%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(170,80%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(170, 80%, 34%) | color: hsl(170, 80%, 34%) | |
| HEX | #119C85 | color: #119C85 | |
| RGB | rgb(17, 156, 133) | color: rgb(17, 156, 133) | |
| CMYK | cmyk(89%, 0%, 15%, 39%) | — | |
| HSV | hsv(170, 89%, 61%) | — | |
| HWB | hwb(170 7% 39%) | color: hwb(170 7% 39%) | |
| OKLCH | oklch(0.6207 0.1123 176.96) | color: oklch(0.6207 0.1123 176.96) | |
| Lab | lab(57.64 -39.35 2.47) | color: lab(57.64 -39.35 2.47) | |
| LCH | lch(57.64 39.43 176.41) | color: lch(57.64 39.43 176.41) |
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)
#4D4E8B — rgb(77, 78, 139)
Deuteranopia (Green-blind)
#453B8C — rgb(69, 59, 140)
Tritanopia (Blue-blind)
#188F90 — rgb(24, 143, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(170, 80%, 34%);
text
color: hsl(170, 80%, 34%);
border
border: 2px solid hsl(170, 80%, 34%);
gradient light
background: linear-gradient(to right, hsl(170, 80%, 54%), hsl(170, 80%, 34%));
gradient dark
background: linear-gradient(to right, hsl(170, 80%, 34%), hsl(170, 80%, 14%))
hex
background-color: #119C85;
tailwind
bg-[hsl(170,80%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(170, 80%, 34%, 0.4);
css variable
--color-primary: hsl(170, 80%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(170, 80%, 34%)?
HEX: #119C85 | RGB: rgb(17, 156, 133) | CMYK: 89%, 0%, 15%, 39% | HSV: 170°, 89%, 61%. Copy any format from the conversion table above.
What colors go well with #119C85?
The complementary color is HSL(350, 80%, 34%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(170, 80%, 34%) in CSS?
As HSL: color: hsl(170, 80%, 34%); — As HEX: color: #119C85; — As RGB: color: rgb(17, 156, 133); — Tailwind CSS: bg-[hsl(170,80%,34%)] — CSS variable: --color-primary: hsl(170, 80%, 34%);