HSL(127, 55%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,55%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 55%, 59%) | color: hsl(127, 55%, 59%) | |
| HEX | #5DD06A | color: #5DD06A | |
| RGB | rgb(93, 208, 106) | color: rgb(93, 208, 106) | |
| CMYK | cmyk(55%, 0%, 49%, 18%) | — | |
| HSV | hsv(127, 55%, 82%) | — | |
| HWB | hwb(127 37% 18%) | color: hwb(127 37% 18%) | |
| OKLCH | oklch(0.7674 0.1757 145.78) | color: oklch(0.7674 0.1757 145.78) | |
| Lab | lab(75.12 -53.6 40.78) | color: lab(75.12 -53.6 40.78) | |
| LCH | lch(75.12 67.35 142.74) | color: lch(75.12 67.35 142.74) |
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)
#8F9083 — rgb(143, 144, 131)
Deuteranopia (Green-blind)
#888089 — rgb(136, 128, 137)
Tritanopia (Blue-blind)
#63969A — rgb(99, 150, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 55%, 59%);
text
color: hsl(127, 55%, 59%);
border
border: 2px solid hsl(127, 55%, 59%);
gradient light
background: linear-gradient(to right, hsl(127, 55%, 79%), hsl(127, 55%, 59%));
gradient dark
background: linear-gradient(to right, hsl(127, 55%, 59%), hsl(127, 55%, 39%))
hex
background-color: #5DD06A;
tailwind
bg-[hsl(127,55%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 55%, 59%, 0.4);
css variable
--color-primary: hsl(127, 55%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 55%, 59%)?
HEX: #5DD06A | RGB: rgb(93, 208, 106) | CMYK: 55%, 0%, 49%, 18% | HSV: 127°, 55%, 82%. Copy any format from the conversion table above.
What colors go well with #5DD06A?
The complementary color is HSL(307, 55%, 59%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 55%, 59%) in CSS?
As HSL: color: hsl(127, 55%, 59%); — As HEX: color: #5DD06A; — As RGB: color: rgb(93, 208, 106); — Tailwind CSS: bg-[hsl(127,55%,59%)] — CSS variable: --color-primary: hsl(127, 55%, 59%);