HSL(87, 25%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,25%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 25%, 53%) | color: hsl(87, 25%, 53%) | |
| HEX | #8AA569 | color: #8AA569 | |
| RGB | rgb(138, 165, 105) | color: rgb(138, 165, 105) | |
| CMYK | cmyk(16%, 0%, 36%, 35%) | — | |
| HSV | hsv(87, 36%, 65%) | — | |
| HWB | hwb(87 42% 35%) | color: hwb(87 42% 35%) | |
| OKLCH | oklch(0.6863 0.0886 128.25) | color: oklch(0.6863 0.0886 128.25) | |
| Lab | lab(64.43 -20.1 28.1) | color: lab(64.43 -20.1 28.1) | |
| LCH | lch(64.43 34.55 125.58) | color: lch(64.43 34.55 125.58) |
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)
#969678 — rgb(150, 150, 120)
Deuteranopia (Green-blind)
#94927B — rgb(148, 146, 123)
Tritanopia (Blue-blind)
#8B8386 — rgb(139, 131, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 25%, 53%);
text
color: hsl(87, 25%, 53%);
border
border: 2px solid hsl(87, 25%, 53%);
gradient light
background: linear-gradient(to right, hsl(87, 25%, 73%), hsl(87, 25%, 53%));
gradient dark
background: linear-gradient(to right, hsl(87, 25%, 53%), hsl(87, 25%, 33%))
hex
background-color: #8AA569;
tailwind
bg-[hsl(87,25%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 25%, 53%, 0.4);
css variable
--color-primary: hsl(87, 25%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 25%, 53%)?
HEX: #8AA569 | RGB: rgb(138, 165, 105) | CMYK: 16%, 0%, 36%, 35% | HSV: 87°, 36%, 65%. Copy any format from the conversion table above.
What colors go well with #8AA569?
The complementary color is HSL(267, 25%, 53%). 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, 25%, 53%) in CSS?
As HSL: color: hsl(87, 25%, 53%); — As HEX: color: #8AA569; — As RGB: color: rgb(138, 165, 105); — Tailwind CSS: bg-[hsl(87,25%,53%)] — CSS variable: --color-primary: hsl(87, 25%, 53%);