HSL(136, 60%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,60%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 60%, 72%) | color: hsl(136, 60%, 72%) | |
| HEX | #8DE2A4 | color: #8DE2A4 | |
| RGB | rgb(141, 226, 164) | color: rgb(141, 226, 164) | |
| CMYK | cmyk(38%, 0%, 27%, 11%) | — | |
| HSV | hsv(136, 38%, 89%) | — | |
| HWB | hwb(136 55% 11%) | color: hwb(136 55% 11%) | |
| OKLCH | oklch(0.8424 0.1202 151.75) | color: oklch(0.8424 0.1202 151.75) | |
| Lab | lab(83.3 -38.68 22.39) | color: lab(83.3 -38.68 22.39) | |
| LCH | lch(83.3 44.69 149.94) | color: lch(83.3 44.69 149.94) |
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)
#B2B3B3 — rgb(178, 179, 179)
Deuteranopia (Green-blind)
#ADA7B7 — rgb(173, 167, 183)
Tritanopia (Blue-blind)
#91BFC1 — rgb(145, 191, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 60%, 72%);
text
color: hsl(136, 60%, 72%);
border
border: 2px solid hsl(136, 60%, 72%);
gradient light
background: linear-gradient(to right, hsl(136, 60%, 92%), hsl(136, 60%, 72%));
gradient dark
background: linear-gradient(to right, hsl(136, 60%, 72%), hsl(136, 60%, 52%))
hex
background-color: #8DE2A4;
tailwind
bg-[hsl(136,60%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 60%, 72%, 0.4);
css variable
--color-primary: hsl(136, 60%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 60%, 72%)?
HEX: #8DE2A4 | RGB: rgb(141, 226, 164) | CMYK: 38%, 0%, 27%, 11% | HSV: 136°, 38%, 89%. Copy any format from the conversion table above.
What colors go well with #8DE2A4?
The complementary color is HSL(316, 60%, 72%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 60%, 72%) in CSS?
As HSL: color: hsl(136, 60%, 72%); — As HEX: color: #8DE2A4; — As RGB: color: rgb(141, 226, 164); — Tailwind CSS: bg-[hsl(136,60%,72%)] — CSS variable: --color-primary: hsl(136, 60%, 72%);