HSL(87, 75%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,75%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 75%, 64%) | color: hsl(87, 75%, 64%) | |
| HEX | #AAE85E | color: #AAE85E | |
| RGB | rgb(170, 232, 94) | color: rgb(170, 232, 94) | |
| CMYK | cmyk(27%, 0%, 59%, 9%) | — | |
| HSV | hsv(87, 59%, 91%) | — | |
| HWB | hwb(87 37% 9%) | color: hwb(87 37% 9%) | |
| OKLCH | oklch(0.8613 0.1798 129.87) | color: oklch(0.8613 0.1798 129.87) | |
| Lab | lab(85.54 -41 59.45) | color: lab(85.54 -41 59.45) | |
| LCH | lch(85.54 72.22 124.59) | color: lch(85.54 72.22 124.59) |
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)
#C5C57F — rgb(197, 197, 127)
Deuteranopia (Green-blind)
#C1BD87 — rgb(193, 189, 135)
Tritanopia (Blue-blind)
#AD9AA0 — rgb(173, 154, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 75%, 64%);
text
color: hsl(87, 75%, 64%);
border
border: 2px solid hsl(87, 75%, 64%);
gradient light
background: linear-gradient(to right, hsl(87, 75%, 84%), hsl(87, 75%, 64%));
gradient dark
background: linear-gradient(to right, hsl(87, 75%, 64%), hsl(87, 75%, 44%))
hex
background-color: #AAE85E;
tailwind
bg-[hsl(87,75%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 75%, 64%, 0.4);
css variable
--color-primary: hsl(87, 75%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 75%, 64%)?
HEX: #AAE85E | RGB: rgb(170, 232, 94) | CMYK: 27%, 0%, 59%, 9% | HSV: 87°, 59%, 91%. Copy any format from the conversion table above.
What colors go well with #AAE85E?
The complementary color is HSL(267, 75%, 64%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 75%, 64%) in CSS?
As HSL: color: hsl(87, 75%, 64%); — As HEX: color: #AAE85E; — As RGB: color: rgb(170, 232, 94); — Tailwind CSS: bg-[hsl(87,75%,64%)] — CSS variable: --color-primary: hsl(87, 75%, 64%);