HSL(132, 31%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,31%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 31%, 62%) | color: hsl(132, 31%, 62%) | |
| HEX | #80BC8C | color: #80BC8C | |
| RGB | rgb(128, 188, 140) | color: rgb(128, 188, 140) | |
| CMYK | cmyk(32%, 0%, 26%, 26%) | — | |
| HSV | hsv(132, 32%, 74%) | — | |
| HWB | hwb(132 50% 26%) | color: hwb(132 50% 26%) | |
| OKLCH | oklch(0.7411 0.0929 149.92) | color: oklch(0.7411 0.0929 149.92) | |
| Lab | lab(71.18 -29.33 18.27) | color: lab(71.18 -29.33 18.27) | |
| LCH | lch(71.18 34.55 148.08) | color: lch(71.18 34.55 148.08) |
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)
#9A9B98 — rgb(154, 155, 152)
Deuteranopia (Green-blind)
#97929A — rgb(151, 146, 154)
Tritanopia (Blue-blind)
#83A1A3 — rgb(131, 161, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 31%, 62%);
text
color: hsl(132, 31%, 62%);
border
border: 2px solid hsl(132, 31%, 62%);
gradient light
background: linear-gradient(to right, hsl(132, 31%, 82%), hsl(132, 31%, 62%));
gradient dark
background: linear-gradient(to right, hsl(132, 31%, 62%), hsl(132, 31%, 42%))
hex
background-color: #80BC8C;
tailwind
bg-[hsl(132,31%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 31%, 62%, 0.4);
css variable
--color-primary: hsl(132, 31%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 31%, 62%)?
HEX: #80BC8C | RGB: rgb(128, 188, 140) | CMYK: 32%, 0%, 26%, 26% | HSV: 132°, 32%, 74%. Copy any format from the conversion table above.
What colors go well with #80BC8C?
The complementary color is HSL(312, 31%, 62%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 31%, 62%) in CSS?
As HSL: color: hsl(132, 31%, 62%); — As HEX: color: #80BC8C; — As RGB: color: rgb(128, 188, 140); — Tailwind CSS: bg-[hsl(132,31%,62%)] — CSS variable: --color-primary: hsl(132, 31%, 62%);