HSL(97, 45%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,45%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 45%, 57%) | color: hsl(97, 45%, 57%) | |
| HEX | #86C360 | color: #86C360 | |
| RGB | rgb(134, 195, 96) | color: rgb(134, 195, 96) | |
| CMYK | cmyk(31%, 0%, 51%, 24%) | — | |
| HSV | hsv(97, 51%, 76%) | — | |
| HWB | hwb(97 37% 24%) | color: hwb(97 37% 24%) | |
| OKLCH | oklch(0.7532 0.1457 134.71) | color: oklch(0.7532 0.1457 134.71) | |
| Lab | lab(72.85 -37.13 43.27) | color: lab(72.85 -37.13 43.27) | |
| LCH | lch(72.85 57.02 130.63) | color: lch(72.85 57.02 130.63) |
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)
#A0A178 — rgb(160, 161, 120)
Deuteranopia (Green-blind)
#9D987E — rgb(157, 152, 126)
Tritanopia (Blue-blind)
#898B8F — rgb(137, 139, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 45%, 57%);
text
color: hsl(97, 45%, 57%);
border
border: 2px solid hsl(97, 45%, 57%);
gradient light
background: linear-gradient(to right, hsl(97, 45%, 77%), hsl(97, 45%, 57%));
gradient dark
background: linear-gradient(to right, hsl(97, 45%, 57%), hsl(97, 45%, 37%))
hex
background-color: #86C360;
tailwind
bg-[hsl(97,45%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 45%, 57%, 0.4);
css variable
--color-primary: hsl(97, 45%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 45%, 57%)?
HEX: #86C360 | RGB: rgb(134, 195, 96) | CMYK: 31%, 0%, 51%, 24% | HSV: 97°, 51%, 76%. Copy any format from the conversion table above.
What colors go well with #86C360?
The complementary color is HSL(277, 45%, 57%). 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, 45%, 57%) in CSS?
As HSL: color: hsl(97, 45%, 57%); — As HEX: color: #86C360; — As RGB: color: rgb(134, 195, 96); — Tailwind CSS: bg-[hsl(97,45%,57%)] — CSS variable: --color-primary: hsl(97, 45%, 57%);