HSL(159, 95%, 47%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,95%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 95%, 47%) | color: hsl(159, 95%, 47%) | |
| HEX | #06EA9A | color: #06EA9A | |
| RGB | rgb(6, 234, 154) | color: rgb(6, 234, 154) | |
| CMYK | cmyk(97%, 0%, 34%, 8%) | — | |
| HSV | hsv(159, 97%, 92%) | — | |
| HWB | hwb(159 3% 8%) | color: hwb(159 3% 8%) | |
| OKLCH | oklch(0.8268 0.1876 159.59) | color: oklch(0.8268 0.1876 159.59) | |
| Lab | lab(82.49 -65.04 25.96) | color: lab(82.49 -65.04 25.96) | |
| LCH | lch(82.49 70.03 158.24) | color: lch(82.49 70.03 158.24) |
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)
#696BAD — rgb(105, 107, 173)
Deuteranopia (Green-blind)
#5C4AB2 — rgb(92, 74, 178)
Tritanopia (Blue-blind)
#11BDC0 — rgb(17, 189, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 95%, 47%);
text
color: hsl(159, 95%, 47%);
border
border: 2px solid hsl(159, 95%, 47%);
gradient light
background: linear-gradient(to right, hsl(159, 95%, 67%), hsl(159, 95%, 47%));
gradient dark
background: linear-gradient(to right, hsl(159, 95%, 47%), hsl(159, 95%, 27%))
hex
background-color: #06EA9A;
tailwind
bg-[hsl(159,95%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 95%, 47%, 0.4);
css variable
--color-primary: hsl(159, 95%, 47%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 95%, 47%)?
HEX: #06EA9A | RGB: rgb(6, 234, 154) | CMYK: 97%, 0%, 34%, 8% | HSV: 159°, 97%, 92%. Copy any format from the conversion table above.
What colors go well with #06EA9A?
The complementary color is HSL(339, 95%, 47%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 95%, 47%) in CSS?
As HSL: color: hsl(159, 95%, 47%); — As HEX: color: #06EA9A; — As RGB: color: rgb(6, 234, 154); — Tailwind CSS: bg-[hsl(159,95%,47%)] — CSS variable: --color-primary: hsl(159, 95%, 47%);