HSL(97, 63%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,63%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 63%, 61%) | color: hsl(97, 63%, 61%) | |
| HEX | #8DDA5D | color: #8DDA5D | |
| RGB | rgb(141, 218, 93) | color: rgb(141, 218, 93) | |
| CMYK | cmyk(35%, 0%, 57%, 15%) | — | |
| HSV | hsv(97, 57%, 85%) | — | |
| HWB | hwb(97 37% 15%) | color: hwb(97 37% 15%) | |
| OKLCH | oklch(0.8118 0.1767 135.08) | color: oklch(0.8118 0.1767 135.08) | |
| Lab | lab(79.95 -45.14 53.14) | color: lab(79.95 -45.14 53.14) | |
| LCH | lch(79.95 69.72 130.35) | color: lch(79.95 69.72 130.35) |
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)
#AEAF7B — rgb(174, 175, 123)
Deuteranopia (Green-blind)
#AAA483 — rgb(170, 164, 131)
Tritanopia (Blue-blind)
#919398 — rgb(145, 147, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 63%, 61%);
text
color: hsl(97, 63%, 61%);
border
border: 2px solid hsl(97, 63%, 61%);
gradient light
background: linear-gradient(to right, hsl(97, 63%, 81%), hsl(97, 63%, 61%));
gradient dark
background: linear-gradient(to right, hsl(97, 63%, 61%), hsl(97, 63%, 41%))
hex
background-color: #8DDA5D;
tailwind
bg-[hsl(97,63%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 63%, 61%, 0.4);
css variable
--color-primary: hsl(97, 63%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 63%, 61%)?
HEX: #8DDA5D | RGB: rgb(141, 218, 93) | CMYK: 35%, 0%, 57%, 15% | HSV: 97°, 57%, 85%. Copy any format from the conversion table above.
What colors go well with #8DDA5D?
The complementary color is HSL(277, 63%, 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, 63%, 61%) in CSS?
As HSL: color: hsl(97, 63%, 61%); — As HEX: color: #8DDA5D; — As RGB: color: rgb(141, 218, 93); — Tailwind CSS: bg-[hsl(97,63%,61%)] — CSS variable: --color-primary: hsl(97, 63%, 61%);