HSL(87, 86%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,86%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 86%, 64%) | color: hsl(87, 86%, 64%) | |
| HEX | #ABF254 | color: #ABF254 | |
| RGB | rgb(171, 242, 84) | color: rgb(171, 242, 84) | |
| CMYK | cmyk(29%, 0%, 65%, 5%) | — | |
| HSV | hsv(87, 65%, 95%) | — | |
| HWB | hwb(87 33% 5%) | color: hwb(87 33% 5%) | |
| OKLCH | oklch(0.8841 0.1995 130.37) | color: oklch(0.8841 0.1995 130.37) | |
| Lab | lab(88.35 -45.77 66.62) | color: lab(88.35 -45.77 66.62) | |
| LCH | lch(88.35 80.83 124.49) | color: lch(88.35 80.83 124.49) |
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)
#CACA7A — rgb(202, 202, 122)
Deuteranopia (Green-blind)
#C6C083 — rgb(198, 192, 131)
Tritanopia (Blue-blind)
#AF989F — rgb(175, 152, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 86%, 64%);
text
color: hsl(87, 86%, 64%);
border
border: 2px solid hsl(87, 86%, 64%);
gradient light
background: linear-gradient(to right, hsl(87, 86%, 84%), hsl(87, 86%, 64%));
gradient dark
background: linear-gradient(to right, hsl(87, 86%, 64%), hsl(87, 86%, 44%))
hex
background-color: #ABF254;
tailwind
bg-[hsl(87,86%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 86%, 64%, 0.4);
css variable
--color-primary: hsl(87, 86%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 86%, 64%)?
HEX: #ABF254 | RGB: rgb(171, 242, 84) | CMYK: 29%, 0%, 65%, 5% | HSV: 87°, 65%, 95%. Copy any format from the conversion table above.
What colors go well with #ABF254?
The complementary color is HSL(267, 86%, 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, 86%, 64%) in CSS?
As HSL: color: hsl(87, 86%, 64%); — As HEX: color: #ABF254; — As RGB: color: rgb(171, 242, 84); — Tailwind CSS: bg-[hsl(87,86%,64%)] — CSS variable: --color-primary: hsl(87, 86%, 64%);