HSL(140, 60%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,60%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 60%, 72%) | color: hsl(140, 60%, 72%) | |
| HEX | #8DE2A9 | color: #8DE2A9 | |
| RGB | rgb(141, 226, 169) | color: rgb(141, 226, 169) | |
| CMYK | cmyk(38%, 0%, 25%, 11%) | — | |
| HSV | hsv(140, 38%, 89%) | — | |
| HWB | hwb(140 55% 11%) | color: hwb(140 55% 11%) | |
| OKLCH | oklch(0.8435 0.1155 153.89) | color: oklch(0.8435 0.1155 153.89) | |
| Lab | lab(83.4 -37.77 19.92) | color: lab(83.4 -37.77 19.92) | |
| LCH | lch(83.4 42.7 152.19) | color: lch(83.4 42.7 152.19) |
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)
#B2B3B7 — rgb(178, 179, 183)
Deuteranopia (Green-blind)
#ADA7BA — rgb(173, 167, 186)
Tritanopia (Blue-blind)
#91C2C4 — rgb(145, 194, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 60%, 72%);
text
color: hsl(140, 60%, 72%);
border
border: 2px solid hsl(140, 60%, 72%);
gradient light
background: linear-gradient(to right, hsl(140, 60%, 92%), hsl(140, 60%, 72%));
gradient dark
background: linear-gradient(to right, hsl(140, 60%, 72%), hsl(140, 60%, 52%))
hex
background-color: #8DE2A9;
tailwind
bg-[hsl(140,60%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 60%, 72%, 0.4);
css variable
--color-primary: hsl(140, 60%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 60%, 72%)?
HEX: #8DE2A9 | RGB: rgb(141, 226, 169) | CMYK: 38%, 0%, 25%, 11% | HSV: 140°, 38%, 89%. Copy any format from the conversion table above.
What colors go well with #8DE2A9?
The complementary color is HSL(320, 60%, 72%). 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, 60%, 72%) in CSS?
As HSL: color: hsl(140, 60%, 72%); — As HEX: color: #8DE2A9; — As RGB: color: rgb(141, 226, 169); — Tailwind CSS: bg-[hsl(140,60%,72%)] — CSS variable: --color-primary: hsl(140, 60%, 72%);