HSL(136, 72%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,72%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 72%, 63%) | color: hsl(136, 72%, 63%) | |
| HEX | #5DE581 | color: #5DE581 | |
| RGB | rgb(93, 229, 129) | color: rgb(93, 229, 129) | |
| CMYK | cmyk(59%, 0%, 44%, 10%) | — | |
| HSV | hsv(136, 59%, 90%) | — | |
| HWB | hwb(136 37% 10%) | color: hwb(136 37% 10%) | |
| OKLCH | oklch(0.8234 0.1828 149.35) | color: oklch(0.8234 0.1828 149.35) | |
| Lab | lab(81.81 -58.18 37.9) | color: lab(81.81 -58.18 37.9) | |
| LCH | lch(81.81 69.44 146.92) | color: lch(81.81 69.44 146.92) |
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)
#989999 — rgb(152, 153, 153)
Deuteranopia (Green-blind)
#90869F — rgb(144, 134, 159)
Tritanopia (Blue-blind)
#64ACB1 — rgb(100, 172, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 72%, 63%);
text
color: hsl(136, 72%, 63%);
border
border: 2px solid hsl(136, 72%, 63%);
gradient light
background: linear-gradient(to right, hsl(136, 72%, 83%), hsl(136, 72%, 63%));
gradient dark
background: linear-gradient(to right, hsl(136, 72%, 63%), hsl(136, 72%, 43%))
hex
background-color: #5DE581;
tailwind
bg-[hsl(136,72%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 72%, 63%, 0.4);
css variable
--color-primary: hsl(136, 72%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 72%, 63%)?
HEX: #5DE581 | RGB: rgb(93, 229, 129) | CMYK: 59%, 0%, 44%, 10% | HSV: 136°, 59%, 90%. Copy any format from the conversion table above.
What colors go well with #5DE581?
The complementary color is HSL(316, 72%, 63%). 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, 72%, 63%) in CSS?
As HSL: color: hsl(136, 72%, 63%); — As HEX: color: #5DE581; — As RGB: color: rgb(93, 229, 129); — Tailwind CSS: bg-[hsl(136,72%,63%)] — CSS variable: --color-primary: hsl(136, 72%, 63%);