HSL(87, 45%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,45%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 45%, 52%) | color: hsl(87, 45%, 52%) | |
| HEX | #8ABC4E | color: #8ABC4E | |
| RGB | rgb(138, 188, 78) | color: rgb(138, 188, 78) | |
| CMYK | cmyk(27%, 0%, 59%, 26%) | — | |
| HSV | hsv(87, 59%, 74%) | — | |
| HWB | hwb(87 30% 26%) | color: hwb(87 30% 26%) | |
| OKLCH | oklch(0.7366 0.1503 129.92) | color: oklch(0.7366 0.1503 129.92) | |
| Lab | lab(70.82 -34.38 49.4) | color: lab(70.82 -34.38 49.4) | |
| LCH | lch(70.82 60.19 124.84) | color: lch(70.82 60.19 124.84) |
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)
#A0A069 — rgb(160, 160, 105)
Deuteranopia (Green-blind)
#9D996F — rgb(157, 153, 111)
Tritanopia (Blue-blind)
#8D7E82 — rgb(141, 126, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 45%, 52%);
text
color: hsl(87, 45%, 52%);
border
border: 2px solid hsl(87, 45%, 52%);
gradient light
background: linear-gradient(to right, hsl(87, 45%, 72%), hsl(87, 45%, 52%));
gradient dark
background: linear-gradient(to right, hsl(87, 45%, 52%), hsl(87, 45%, 32%))
hex
background-color: #8ABC4E;
tailwind
bg-[hsl(87,45%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 45%, 52%, 0.4);
css variable
--color-primary: hsl(87, 45%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 45%, 52%)?
HEX: #8ABC4E | RGB: rgb(138, 188, 78) | CMYK: 27%, 0%, 59%, 26% | HSV: 87°, 59%, 74%. Copy any format from the conversion table above.
What colors go well with #8ABC4E?
The complementary color is HSL(267, 45%, 52%). 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, 45%, 52%) in CSS?
As HSL: color: hsl(87, 45%, 52%); — As HEX: color: #8ABC4E; — As RGB: color: rgb(138, 188, 78); — Tailwind CSS: bg-[hsl(87,45%,52%)] — CSS variable: --color-primary: hsl(87, 45%, 52%);