HSL(132, 36%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,36%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 36%, 64%) | color: hsl(132, 36%, 64%) | |
| HEX | #82C48F | color: #82C48F | |
| RGB | rgb(130, 196, 143) | color: rgb(130, 196, 143) | |
| CMYK | cmyk(34%, 0%, 27%, 23%) | — | |
| HSV | hsv(132, 34%, 77%) | — | |
| HWB | hwb(132 51% 23%) | color: hwb(132 51% 23%) | |
| OKLCH | oklch(0.7618 0.1013 149.68) | color: oklch(0.7618 0.1013 149.68) | |
| Lab | lab(73.68 -31.96 20.12) | color: lab(73.68 -31.96 20.12) | |
| LCH | lch(73.68 37.77 147.81) | color: lch(73.68 37.77 147.81) |
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)
#9F9F9C — rgb(159, 159, 156)
Deuteranopia (Green-blind)
#9B969F — rgb(155, 150, 159)
Tritanopia (Blue-blind)
#85A6A8 — rgb(133, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 36%, 64%);
text
color: hsl(132, 36%, 64%);
border
border: 2px solid hsl(132, 36%, 64%);
gradient light
background: linear-gradient(to right, hsl(132, 36%, 84%), hsl(132, 36%, 64%));
gradient dark
background: linear-gradient(to right, hsl(132, 36%, 64%), hsl(132, 36%, 44%))
hex
background-color: #82C48F;
tailwind
bg-[hsl(132,36%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 36%, 64%, 0.4);
css variable
--color-primary: hsl(132, 36%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 36%, 64%)?
HEX: #82C48F | RGB: rgb(130, 196, 143) | CMYK: 34%, 0%, 27%, 23% | HSV: 132°, 34%, 77%. Copy any format from the conversion table above.
What colors go well with #82C48F?
The complementary color is HSL(312, 36%, 64%). 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, 36%, 64%) in CSS?
As HSL: color: hsl(132, 36%, 64%); — As HEX: color: #82C48F; — As RGB: color: rgb(130, 196, 143); — Tailwind CSS: bg-[hsl(132,36%,64%)] — CSS variable: --color-primary: hsl(132, 36%, 64%);