HSL(132, 27%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,27%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 27%, 63%) | color: hsl(132, 27%, 63%) | |
| HEX | #87BA91 | color: #87BA91 | |
| RGB | rgb(135, 186, 145) | color: rgb(135, 186, 145) | |
| CMYK | cmyk(27%, 0%, 22%, 27%) | — | |
| HSV | hsv(132, 27%, 73%) | — | |
| HWB | hwb(132 53% 27%) | color: hwb(132 53% 27%) | |
| OKLCH | oklch(0.7417 0.0797 150.13) | color: oklch(0.7417 0.0797 150.13) | |
| Lab | lab(71.09 -25.16 15.49) | color: lab(71.09 -25.16 15.49) | |
| LCH | lch(71.09 29.55 148.38) | color: lch(71.09 29.55 148.38) |
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)
#9D9E9B — rgb(157, 158, 155)
Deuteranopia (Green-blind)
#9A969D — rgb(154, 150, 157)
Tritanopia (Blue-blind)
#8AA3A4 — rgb(138, 163, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 27%, 63%);
text
color: hsl(132, 27%, 63%);
border
border: 2px solid hsl(132, 27%, 63%);
gradient light
background: linear-gradient(to right, hsl(132, 27%, 83%), hsl(132, 27%, 63%));
gradient dark
background: linear-gradient(to right, hsl(132, 27%, 63%), hsl(132, 27%, 43%))
hex
background-color: #87BA91;
tailwind
bg-[hsl(132,27%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 27%, 63%, 0.4);
css variable
--color-primary: hsl(132, 27%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 27%, 63%)?
HEX: #87BA91 | RGB: rgb(135, 186, 145) | CMYK: 27%, 0%, 22%, 27% | HSV: 132°, 27%, 73%. Copy any format from the conversion table above.
What colors go well with #87BA91?
The complementary color is HSL(312, 27%, 63%). 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, 27%, 63%) in CSS?
As HSL: color: hsl(132, 27%, 63%); — As HEX: color: #87BA91; — As RGB: color: rgb(135, 186, 145); — Tailwind CSS: bg-[hsl(132,27%,63%)] — CSS variable: --color-primary: hsl(132, 27%, 63%);