HSL(132, 91%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,91%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 91%, 76%) | color: hsl(132, 91%, 76%) | |
| HEX | #8AF9A0 | color: #8AF9A0 | |
| RGB | rgb(138, 249, 160) | color: rgb(138, 249, 160) | |
| CMYK | cmyk(45%, 0%, 36%, 2%) | — | |
| HSV | hsv(132, 45%, 98%) | — | |
| HWB | hwb(132 54% 2%) | color: hwb(132 54% 2%) | |
| OKLCH | oklch(0.8939 0.1596 148.79) | color: oklch(0.8939 0.1596 148.79) | |
| Lab | lab(89.71 -50.17 33.08) | color: lab(89.71 -50.17 33.08) | |
| LCH | lch(89.71 60.09 146.6) | color: lch(89.71 60.09 146.6) |
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)
#BABBB6 — rgb(186, 187, 182)
Deuteranopia (Green-blind)
#B4ABBB — rgb(180, 171, 187)
Tritanopia (Blue-blind)
#90C7CA — rgb(144, 199, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 91%, 76%);
text
color: hsl(132, 91%, 76%);
border
border: 2px solid hsl(132, 91%, 76%);
gradient light
background: linear-gradient(to right, hsl(132, 91%, 96%), hsl(132, 91%, 76%));
gradient dark
background: linear-gradient(to right, hsl(132, 91%, 76%), hsl(132, 91%, 56%))
hex
background-color: #8AF9A0;
tailwind
bg-[hsl(132,91%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 91%, 76%, 0.4);
css variable
--color-primary: hsl(132, 91%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 91%, 76%)?
HEX: #8AF9A0 | RGB: rgb(138, 249, 160) | CMYK: 45%, 0%, 36%, 2% | HSV: 132°, 45%, 98%. Copy any format from the conversion table above.
What colors go well with #8AF9A0?
The complementary color is HSL(312, 91%, 76%). 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, 91%, 76%) in CSS?
As HSL: color: hsl(132, 91%, 76%); — As HEX: color: #8AF9A0; — As RGB: color: rgb(138, 249, 160); — Tailwind CSS: bg-[hsl(132,91%,76%)] — CSS variable: --color-primary: hsl(132, 91%, 76%);