HSL(147, 55%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,55%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 55%, 58%) | color: hsl(147, 55%, 58%) | |
| HEX | #59CF8E | color: #59CF8E | |
| RGB | rgb(89, 207, 142) | color: rgb(89, 207, 142) | |
| CMYK | cmyk(57%, 0%, 31%, 19%) | — | |
| HSV | hsv(147, 57%, 81%) | — | |
| HWB | hwb(147 35% 19%) | color: hwb(147 35% 19%) | |
| OKLCH | oklch(0.77 0.1428 156.46) | color: oklch(0.77 0.1428 156.46) | |
| Lab | lab(75.26 -48.05 22.55) | color: lab(75.26 -48.05 22.55) | |
| LCH | lch(75.26 53.08 154.86) | color: lch(75.26 53.08 154.86) |
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)
#8C8D9E — rgb(140, 141, 158)
Deuteranopia (Green-blind)
#857CA2 — rgb(133, 124, 162)
Tritanopia (Blue-blind)
#5FAAAD — rgb(95, 170, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 55%, 58%);
text
color: hsl(147, 55%, 58%);
border
border: 2px solid hsl(147, 55%, 58%);
gradient light
background: linear-gradient(to right, hsl(147, 55%, 78%), hsl(147, 55%, 58%));
gradient dark
background: linear-gradient(to right, hsl(147, 55%, 58%), hsl(147, 55%, 38%))
hex
background-color: #59CF8E;
tailwind
bg-[hsl(147,55%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 55%, 58%, 0.4);
css variable
--color-primary: hsl(147, 55%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 55%, 58%)?
HEX: #59CF8E | RGB: rgb(89, 207, 142) | CMYK: 57%, 0%, 31%, 19% | HSV: 147°, 57%, 81%. Copy any format from the conversion table above.
What colors go well with #59CF8E?
The complementary color is HSL(327, 55%, 58%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 55%, 58%) in CSS?
As HSL: color: hsl(147, 55%, 58%); — As HEX: color: #59CF8E; — As RGB: color: rgb(89, 207, 142); — Tailwind CSS: bg-[hsl(147,55%,58%)] — CSS variable: --color-primary: hsl(147, 55%, 58%);