HSL(97, 57%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,57%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 57%, 60%) | color: hsl(97, 57%, 60%) | |
| HEX | #8BD35F | color: #8BD35F | |
| RGB | rgb(139, 211, 95) | color: rgb(139, 211, 95) | |
| CMYK | cmyk(34%, 0%, 55%, 17%) | — | |
| HSV | hsv(97, 55%, 83%) | — | |
| HWB | hwb(97 37% 17%) | color: hwb(97 37% 17%) | |
| OKLCH | oklch(0.7942 0.1665 135.08) | color: oklch(0.7942 0.1665 135.08) | |
| Lab | lab(77.82 -42.6 49.72) | color: lab(77.82 -42.6 49.72) | |
| LCH | lch(77.82 65.47 130.59) | color: lch(77.82 65.47 130.59) |
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)
#AAAB7B — rgb(170, 171, 123)
Deuteranopia (Green-blind)
#A6A182 — rgb(166, 161, 130)
Tritanopia (Blue-blind)
#8F9196 — rgb(143, 145, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 57%, 60%);
text
color: hsl(97, 57%, 60%);
border
border: 2px solid hsl(97, 57%, 60%);
gradient light
background: linear-gradient(to right, hsl(97, 57%, 80%), hsl(97, 57%, 60%));
gradient dark
background: linear-gradient(to right, hsl(97, 57%, 60%), hsl(97, 57%, 40%))
hex
background-color: #8BD35F;
tailwind
bg-[hsl(97,57%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 57%, 60%, 0.4);
css variable
--color-primary: hsl(97, 57%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 57%, 60%)?
HEX: #8BD35F | RGB: rgb(139, 211, 95) | CMYK: 34%, 0%, 55%, 17% | HSV: 97°, 55%, 83%. Copy any format from the conversion table above.
What colors go well with #8BD35F?
The complementary color is HSL(277, 57%, 60%). 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, 57%, 60%) in CSS?
As HSL: color: hsl(97, 57%, 60%); — As HEX: color: #8BD35F; — As RGB: color: rgb(139, 211, 95); — Tailwind CSS: bg-[hsl(97,57%,60%)] — CSS variable: --color-primary: hsl(97, 57%, 60%);