HSL(171, 94%, 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(171,94%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 94%, 58%) | color: hsl(171, 94%, 58%) | |
| HEX | #2FF9DA | color: #2FF9DA | |
| RGB | rgb(47, 249, 218) | color: rgb(47, 249, 218) | |
| CMYK | cmyk(81%, 0%, 12%, 2%) | — | |
| HSV | hsv(171, 81%, 98%) | — | |
| HWB | hwb(171 19% 2%) | color: hwb(171 19% 2%) | |
| OKLCH | oklch(0.8827 0.1544 178.86) | color: oklch(0.8827 0.1544 178.86) | |
| Lab | lab(88.64 -53.72 1.49) | color: lab(88.64 -53.72 1.49) | |
| LCH | lch(88.64 53.74 178.41) | color: lch(88.64 53.74 178.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)
#8688E2 — rgb(134, 136, 226)
Deuteranopia (Green-blind)
#7B6CE3 — rgb(123, 108, 227)
Tritanopia (Blue-blind)
#39E7E9 — rgb(57, 231, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 94%, 58%);
text
color: hsl(171, 94%, 58%);
border
border: 2px solid hsl(171, 94%, 58%);
gradient light
background: linear-gradient(to right, hsl(171, 94%, 78%), hsl(171, 94%, 58%));
gradient dark
background: linear-gradient(to right, hsl(171, 94%, 58%), hsl(171, 94%, 38%))
hex
background-color: #2FF9DA;
tailwind
bg-[hsl(171,94%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 94%, 58%, 0.4);
css variable
--color-primary: hsl(171, 94%, 58%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 94%, 58%)?
HEX: #2FF9DA | RGB: rgb(47, 249, 218) | CMYK: 81%, 0%, 12%, 2% | HSV: 171°, 81%, 98%. Copy any format from the conversion table above.
What colors go well with #2FF9DA?
The complementary color is HSL(351, 94%, 58%). 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, 94%, 58%) in CSS?
As HSL: color: hsl(171, 94%, 58%); — As HEX: color: #2FF9DA; — As RGB: color: rgb(47, 249, 218); — Tailwind CSS: bg-[hsl(171,94%,58%)] — CSS variable: --color-primary: hsl(171, 94%, 58%);