HSL(97, 72%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,72%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 72%, 60%) | color: hsl(97, 72%, 60%) | |
| HEX | #88E250 | color: #88E250 | |
| RGB | rgb(136, 226, 80) | color: rgb(136, 226, 80) | |
| CMYK | cmyk(40%, 0%, 65%, 11%) | — | |
| HSV | hsv(97, 65%, 89%) | — | |
| HWB | hwb(97 31% 11%) | color: hwb(97 31% 11%) | |
| OKLCH | oklch(0.8271 0.1997 135.55) | color: oklch(0.8271 0.1997 135.55) | |
| Lab | lab(81.95 -51.3 60.84) | color: lab(81.95 -51.3 60.84) | |
| LCH | lch(81.95 79.58 130.14) | color: lch(81.95 79.58 130.14) |
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)
#AFB073 — rgb(175, 176, 115)
Deuteranopia (Green-blind)
#AAA37C — rgb(170, 163, 124)
Tritanopia (Blue-blind)
#8D8F95 — rgb(141, 143, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 72%, 60%);
text
color: hsl(97, 72%, 60%);
border
border: 2px solid hsl(97, 72%, 60%);
gradient light
background: linear-gradient(to right, hsl(97, 72%, 80%), hsl(97, 72%, 60%));
gradient dark
background: linear-gradient(to right, hsl(97, 72%, 60%), hsl(97, 72%, 40%))
hex
background-color: #88E250;
tailwind
bg-[hsl(97,72%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 72%, 60%, 0.4);
css variable
--color-primary: hsl(97, 72%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 72%, 60%)?
HEX: #88E250 | RGB: rgb(136, 226, 80) | CMYK: 40%, 0%, 65%, 11% | HSV: 97°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #88E250?
The complementary color is HSL(277, 72%, 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, 72%, 60%) in CSS?
As HSL: color: hsl(97, 72%, 60%); — As HEX: color: #88E250; — As RGB: color: rgb(136, 226, 80); — Tailwind CSS: bg-[hsl(97,72%,60%)] — CSS variable: --color-primary: hsl(97, 72%, 60%);