HSL(97, 64%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,64%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 64%, 61%) | color: hsl(97, 64%, 61%) | |
| HEX | #8DDB5C | color: #8DDB5C | |
| RGB | rgb(141, 219, 92) | color: rgb(141, 219, 92) | |
| CMYK | cmyk(36%, 0%, 58%, 14%) | — | |
| HSV | hsv(97, 58%, 86%) | — | |
| HWB | hwb(97 36% 14%) | color: hwb(97 36% 14%) | |
| OKLCH | oklch(0.8141 0.1788 135.07) | color: oklch(0.8141 0.1788 135.07) | |
| Lab | lab(80.23 -45.66 53.91) | color: lab(80.23 -45.66 53.91) | |
| LCH | lch(80.23 70.65 130.26) | color: lch(80.23 70.65 130.26) |
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)
#AFAF7B — rgb(175, 175, 123)
Deuteranopia (Green-blind)
#AAA482 — rgb(170, 164, 130)
Tritanopia (Blue-blind)
#919398 — rgb(145, 147, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 64%, 61%);
text
color: hsl(97, 64%, 61%);
border
border: 2px solid hsl(97, 64%, 61%);
gradient light
background: linear-gradient(to right, hsl(97, 64%, 81%), hsl(97, 64%, 61%));
gradient dark
background: linear-gradient(to right, hsl(97, 64%, 61%), hsl(97, 64%, 41%))
hex
background-color: #8DDB5C;
tailwind
bg-[hsl(97,64%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 64%, 61%, 0.4);
css variable
--color-primary: hsl(97, 64%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 64%, 61%)?
HEX: #8DDB5C | RGB: rgb(141, 219, 92) | CMYK: 36%, 0%, 58%, 14% | HSV: 97°, 58%, 86%. Copy any format from the conversion table above.
What colors go well with #8DDB5C?
The complementary color is HSL(277, 64%, 61%). 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, 64%, 61%) in CSS?
As HSL: color: hsl(97, 64%, 61%); — As HEX: color: #8DDB5C; — As RGB: color: rgb(141, 219, 92); — Tailwind CSS: bg-[hsl(97,64%,61%)] — CSS variable: --color-primary: hsl(97, 64%, 61%);