HSL(97, 71%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,71%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 71%, 60%) | color: hsl(97, 71%, 60%) | |
| HEX | #88E151 | color: #88E151 | |
| RGB | rgb(136, 225, 81) | color: rgb(136, 225, 81) | |
| CMYK | cmyk(40%, 0%, 64%, 12%) | — | |
| HSV | hsv(97, 64%, 88%) | — | |
| HWB | hwb(97 32% 12%) | color: hwb(97 32% 12%) | |
| OKLCH | oklch(0.8248 0.1977 135.55) | color: oklch(0.8248 0.1977 135.55) | |
| Lab | lab(81.66 -50.81 60.12) | color: lab(81.66 -50.81 60.12) | |
| LCH | lch(81.66 78.72 130.2) | color: lch(81.66 78.72 130.2) |
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)
#AFAF74 — rgb(175, 175, 116)
Deuteranopia (Green-blind)
#A9A37C — rgb(169, 163, 124)
Tritanopia (Blue-blind)
#8C8F95 — rgb(140, 143, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 71%, 60%);
text
color: hsl(97, 71%, 60%);
border
border: 2px solid hsl(97, 71%, 60%);
gradient light
background: linear-gradient(to right, hsl(97, 71%, 80%), hsl(97, 71%, 60%));
gradient dark
background: linear-gradient(to right, hsl(97, 71%, 60%), hsl(97, 71%, 40%))
hex
background-color: #88E151;
tailwind
bg-[hsl(97,71%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 71%, 60%, 0.4);
css variable
--color-primary: hsl(97, 71%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 71%, 60%)?
HEX: #88E151 | RGB: rgb(136, 225, 81) | CMYK: 40%, 0%, 64%, 12% | HSV: 97°, 64%, 88%. Copy any format from the conversion table above.
What colors go well with #88E151?
The complementary color is HSL(277, 71%, 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, 71%, 60%) in CSS?
As HSL: color: hsl(97, 71%, 60%); — As HEX: color: #88E151; — As RGB: color: rgb(136, 225, 81); — Tailwind CSS: bg-[hsl(97,71%,60%)] — CSS variable: --color-primary: hsl(97, 71%, 60%);