HSL(140, 80%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,80%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 80%, 74%) | color: hsl(140, 80%, 74%) | |
| HEX | #88F2AB | color: #88F2AB | |
| RGB | rgb(136, 242, 171) | color: rgb(136, 242, 171) | |
| CMYK | cmyk(44%, 0%, 29%, 5%) | — | |
| HSV | hsv(140, 44%, 95%) | — | |
| HWB | hwb(140 53% 5%) | color: hwb(140 53% 5%) | |
| OKLCH | oklch(0.8788 0.1403 153.25) | color: oklch(0.8788 0.1403 153.25) | |
| Lab | lab(87.81 -45.86 24.93) | color: lab(87.81 -45.86 24.93) | |
| LCH | lch(87.81 52.2 151.47) | color: lch(87.81 52.2 151.47) |
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)
#B6B7BC — rgb(182, 183, 188)
Deuteranopia (Green-blind)
#B0A8C0 — rgb(176, 168, 192)
Tritanopia (Blue-blind)
#8DCACD — rgb(141, 202, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 80%, 74%);
text
color: hsl(140, 80%, 74%);
border
border: 2px solid hsl(140, 80%, 74%);
gradient light
background: linear-gradient(to right, hsl(140, 80%, 94%), hsl(140, 80%, 74%));
gradient dark
background: linear-gradient(to right, hsl(140, 80%, 74%), hsl(140, 80%, 54%))
hex
background-color: #88F2AB;
tailwind
bg-[hsl(140,80%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 80%, 74%, 0.4);
css variable
--color-primary: hsl(140, 80%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 80%, 74%)?
HEX: #88F2AB | RGB: rgb(136, 242, 171) | CMYK: 44%, 0%, 29%, 5% | HSV: 140°, 44%, 95%. Copy any format from the conversion table above.
What colors go well with #88F2AB?
The complementary color is HSL(320, 80%, 74%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 80%, 74%) in CSS?
As HSL: color: hsl(140, 80%, 74%); — As HEX: color: #88F2AB; — As RGB: color: rgb(136, 242, 171); — Tailwind CSS: bg-[hsl(140,80%,74%)] — CSS variable: --color-primary: hsl(140, 80%, 74%);