HSL(87, 23%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,23%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 23%, 36%) | color: hsl(87, 23%, 36%) | |
| HEX | #5E7147 | color: #5E7147 | |
| RGB | rgb(94, 113, 71) | color: rgb(94, 113, 71) | |
| CMYK | cmyk(17%, 0%, 37%, 56%) | — | |
| HSV | hsv(87, 37%, 44%) | — | |
| HWB | hwb(87 28% 56%) | color: hwb(87 28% 56%) | |
| OKLCH | oklch(0.5218 0.0665 128.31) | color: oklch(0.5218 0.0665 128.31) | |
| Lab | lab(45.14 -15.12 21.06) | color: lab(45.14 -15.12 21.06) | |
| LCH | lch(45.14 25.93 125.68) | color: lch(45.14 25.93 125.68) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#666651 — rgb(102, 102, 81)
Deuteranopia (Green-blind)
#656454 — rgb(101, 100, 84)
Tritanopia (Blue-blind)
#5F595B — rgb(95, 89, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 23%, 36%);
text
color: hsl(87, 23%, 36%);
border
border: 2px solid hsl(87, 23%, 36%);
gradient light
background: linear-gradient(to right, hsl(87, 23%, 56%), hsl(87, 23%, 36%));
gradient dark
background: linear-gradient(to right, hsl(87, 23%, 36%), hsl(87, 23%, 16%))
hex
background-color: #5E7147;
tailwind
bg-[hsl(87,23%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 23%, 36%, 0.4);
css variable
--color-primary: hsl(87, 23%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 23%, 36%)?
HEX: #5E7147 | RGB: rgb(94, 113, 71) | CMYK: 17%, 0%, 37%, 56% | HSV: 87°, 37%, 44%. Copy any format from the conversion table above.
What colors go well with #5E7147?
The complementary color is HSL(267, 23%, 36%). 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, 23%, 36%) in CSS?
As HSL: color: hsl(87, 23%, 36%); — As HEX: color: #5E7147; — As RGB: color: rgb(94, 113, 71); — Tailwind CSS: bg-[hsl(87,23%,36%)] — CSS variable: --color-primary: hsl(87, 23%, 36%);