HSL(128, 83%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 83%, 64%) | color: hsl(128, 83%, 64%) | |
| HEX | #57EF6B | color: #57EF6B | |
| RGB | rgb(87, 239, 107) | color: rgb(87, 239, 107) | |
| CMYK | cmyk(64%, 0%, 55%, 6%) | — | |
| HSV | hsv(128, 64%, 94%) | — | |
| HWB | hwb(128 34% 6%) | color: hwb(128 34% 6%) | |
| OKLCH | oklch(0.8433 0.2169 145.56) | color: oklch(0.8433 0.2169 145.56) | |
| Lab | lab(84.39 -66.16 51.53) | color: lab(84.39 -66.16 51.53) | |
| LCH | lch(84.39 83.86 142.09) | color: lch(84.39 83.86 142.09) |
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)
#999A8B — rgb(153, 154, 139)
Deuteranopia (Green-blind)
#908593 — rgb(144, 133, 147)
Tritanopia (Blue-blind)
#5FA4AA — rgb(95, 164, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 83%, 64%);
text
color: hsl(128, 83%, 64%);
border
border: 2px solid hsl(128, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(128, 83%, 84%), hsl(128, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(128, 83%, 64%), hsl(128, 83%, 44%))
hex
background-color: #57EF6B;
tailwind
bg-[hsl(128,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 83%, 64%, 0.4);
css variable
--color-primary: hsl(128, 83%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 83%, 64%)?
HEX: #57EF6B | RGB: rgb(87, 239, 107) | CMYK: 64%, 0%, 55%, 6% | HSV: 128°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #57EF6B?
The complementary color is HSL(308, 83%, 64%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 83%, 64%) in CSS?
As HSL: color: hsl(128, 83%, 64%); — As HEX: color: #57EF6B; — As RGB: color: rgb(87, 239, 107); — Tailwind CSS: bg-[hsl(128,83%,64%)] — CSS variable: --color-primary: hsl(128, 83%, 64%);