HSL(131, 76%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,76%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 76%, 63%) | color: hsl(131, 76%, 63%) | |
| HEX | #59E873 | color: #59E873 | |
| RGB | rgb(89, 232, 115) | color: rgb(89, 232, 115) | |
| CMYK | cmyk(62%, 0%, 50%, 9%) | — | |
| HSV | hsv(131, 62%, 91%) | — | |
| HWB | hwb(131 35% 9%) | color: hwb(131 35% 9%) | |
| OKLCH | oklch(0.8274 0.2008 146.87) | color: oklch(0.8274 0.2008 146.87) | |
| Lab | lab(82.42 -62.22 45.44) | color: lab(82.42 -62.22 45.44) | |
| LCH | lch(82.42 77.05 143.86) | color: lch(82.42 77.05 143.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)
#97988F — rgb(151, 152, 143)
Deuteranopia (Green-blind)
#8F8496 — rgb(143, 132, 150)
Tritanopia (Blue-blind)
#60A6AB — rgb(96, 166, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 76%, 63%);
text
color: hsl(131, 76%, 63%);
border
border: 2px solid hsl(131, 76%, 63%);
gradient light
background: linear-gradient(to right, hsl(131, 76%, 83%), hsl(131, 76%, 63%));
gradient dark
background: linear-gradient(to right, hsl(131, 76%, 63%), hsl(131, 76%, 43%))
hex
background-color: #59E873;
tailwind
bg-[hsl(131,76%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 76%, 63%, 0.4);
css variable
--color-primary: hsl(131, 76%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 76%, 63%)?
HEX: #59E873 | RGB: rgb(89, 232, 115) | CMYK: 62%, 0%, 50%, 9% | HSV: 131°, 62%, 91%. Copy any format from the conversion table above.
What colors go well with #59E873?
The complementary color is HSL(311, 76%, 63%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 76%, 63%) in CSS?
As HSL: color: hsl(131, 76%, 63%); — As HEX: color: #59E873; — As RGB: color: rgb(89, 232, 115); — Tailwind CSS: bg-[hsl(131,76%,63%)] — CSS variable: --color-primary: hsl(131, 76%, 63%);