HSL(97, 16%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(97,16%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 16%, 36%) | color: hsl(97, 16%, 36%) | |
| HEX | #586A4D | color: #586A4D | |
| RGB | rgb(88, 106, 77) | color: rgb(88, 106, 77) | |
| CMYK | cmyk(17%, 0%, 27%, 58%) | — | |
| HSV | hsv(97, 27%, 42%) | — | |
| HWB | hwb(97 31% 58%) | color: hwb(97 31% 58%) | |
| OKLCH | oklch(0.501 0.0496 133.86) | color: oklch(0.501 0.0496 133.86) | |
| Lab | lab(42.64 -12.71 14.11) | color: lab(42.64 -12.71 14.11) | |
| LCH | lch(42.64 18.99 132.01) | color: lch(42.64 18.99 132.01) |
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)
#606054 — rgb(96, 96, 84)
Deuteranopia (Green-blind)
#5F5D56 — rgb(95, 93, 86)
Tritanopia (Blue-blind)
#595A5B — rgb(89, 90, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 16%, 36%);
text
color: hsl(97, 16%, 36%);
border
border: 2px solid hsl(97, 16%, 36%);
gradient light
background: linear-gradient(to right, hsl(97, 16%, 56%), hsl(97, 16%, 36%));
gradient dark
background: linear-gradient(to right, hsl(97, 16%, 36%), hsl(97, 16%, 16%))
hex
background-color: #586A4D;
tailwind
bg-[hsl(97,16%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 16%, 36%, 0.4);
css variable
--color-primary: hsl(97, 16%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 16%, 36%)?
HEX: #586A4D | RGB: rgb(88, 106, 77) | CMYK: 17%, 0%, 27%, 58% | HSV: 97°, 27%, 42%. Copy any format from the conversion table above.
What colors go well with #586A4D?
The complementary color is HSL(277, 16%, 36%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 16%, 36%) in CSS?
As HSL: color: hsl(97, 16%, 36%); — As HEX: color: #586A4D; — As RGB: color: rgb(88, 106, 77); — Tailwind CSS: bg-[hsl(97,16%,36%)] — CSS variable: --color-primary: hsl(97, 16%, 36%);