HSL(131, 20%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,20%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 20%, 59%) | color: hsl(131, 20%, 59%) | |
| HEX | #82AB89 | color: #82AB89 | |
| RGB | rgb(130, 171, 137) | color: rgb(130, 171, 137) | |
| CMYK | cmyk(24%, 0%, 20%, 33%) | — | |
| HSV | hsv(130, 24%, 67%) | — | |
| HWB | hwb(130 51% 33%) | color: hwb(130 51% 33%) | |
| OKLCH | oklch(0.7018 0.0664 149.56) | color: oklch(0.7018 0.0664 149.56) | |
| Lab | lab(66.27 -20.81 13.08) | color: lab(66.27 -20.81 13.08) | |
| LCH | lch(66.27 24.58 147.85) | color: lch(66.27 24.58 147.85) |
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)
#949491 — rgb(148, 148, 145)
Deuteranopia (Green-blind)
#918E93 — rgb(145, 142, 147)
Tritanopia (Blue-blind)
#849899 — rgb(132, 152, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 20%, 59%);
text
color: hsl(131, 20%, 59%);
border
border: 2px solid hsl(131, 20%, 59%);
gradient light
background: linear-gradient(to right, hsl(131, 20%, 79%), hsl(131, 20%, 59%));
gradient dark
background: linear-gradient(to right, hsl(131, 20%, 59%), hsl(131, 20%, 39%))
hex
background-color: #82AB89;
tailwind
bg-[hsl(131,20%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 20%, 59%, 0.4);
css variable
--color-primary: hsl(131, 20%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 20%, 59%)?
HEX: #82AB89 | RGB: rgb(130, 171, 137) | CMYK: 24%, 0%, 20%, 33% | HSV: 130°, 24%, 67%. Copy any format from the conversion table above.
What colors go well with #82AB89?
The complementary color is HSL(311, 20%, 59%). 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, 20%, 59%) in CSS?
As HSL: color: hsl(131, 20%, 59%); — As HEX: color: #82AB89; — As RGB: color: rgb(130, 171, 137); — Tailwind CSS: bg-[hsl(131,20%,59%)] — CSS variable: --color-primary: hsl(131, 20%, 59%);