HSL(170, 85%, 58%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(170,85%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(170, 85%, 58%) | color: hsl(170, 85%, 58%) | |
| HEX | #39EFD1 | color: #39EFD1 | |
| RGB | rgb(57, 239, 209) | color: rgb(57, 239, 209) | |
| CMYK | cmyk(76%, 0%, 13%, 6%) | — | |
| HSV | hsv(170, 76%, 94%) | — | |
| HWB | hwb(170 23% 6%) | color: hwb(170 23% 6%) | |
| OKLCH | oklch(0.8575 0.1465 178.47) | color: oklch(0.8575 0.1465 178.47) | |
| Lab | lab(85.61 -51 1.78) | color: lab(85.61 -51 1.78) | |
| LCH | lch(85.61 51.03 178) | color: lch(85.61 51.03 178) |
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)
#8889D8 — rgb(136, 137, 216)
Deuteranopia (Green-blind)
#7D70DA — rgb(125, 112, 218)
Tritanopia (Blue-blind)
#42DEDF — rgb(66, 222, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(170, 85%, 58%);
text
color: hsl(170, 85%, 58%);
border
border: 2px solid hsl(170, 85%, 58%);
gradient light
background: linear-gradient(to right, hsl(170, 85%, 78%), hsl(170, 85%, 58%));
gradient dark
background: linear-gradient(to right, hsl(170, 85%, 58%), hsl(170, 85%, 38%))
hex
background-color: #39EFD1;
tailwind
bg-[hsl(170,85%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(170, 85%, 58%, 0.4);
css variable
--color-primary: hsl(170, 85%, 58%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(170, 85%, 58%)?
HEX: #39EFD1 | RGB: rgb(57, 239, 209) | CMYK: 76%, 0%, 13%, 6% | HSV: 170°, 76%, 94%. Copy any format from the conversion table above.
What colors go well with #39EFD1?
The complementary color is HSL(350, 85%, 58%). 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, 85%, 58%) in CSS?
As HSL: color: hsl(170, 85%, 58%); — As HEX: color: #39EFD1; — As RGB: color: rgb(57, 239, 209); — Tailwind CSS: bg-[hsl(170,85%,58%)] — CSS variable: --color-primary: hsl(170, 85%, 58%);