HSL(141, 78%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,78%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 78%, 62%) | color: hsl(141, 78%, 62%) | |
| HEX | #53EA87 | color: #53EA87 | |
| RGB | rgb(83, 234, 135) | color: rgb(83, 234, 135) | |
| CMYK | cmyk(65%, 0%, 42%, 8%) | — | |
| HSV | hsv(141, 65%, 92%) | — | |
| HWB | hwb(141 32% 8%) | color: hwb(141 32% 8%) | |
| OKLCH | oklch(0.8339 0.188 151.26) | color: oklch(0.8339 0.188 151.26) | |
| Lab | lab(83.14 -61.07 36.59) | color: lab(83.14 -61.07 36.59) | |
| LCH | lch(83.14 71.19 149.07) | color: lch(83.14 71.19 149.07) |
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)
#94969F — rgb(148, 150, 159)
Deuteranopia (Green-blind)
#8C80A5 — rgb(140, 128, 165)
Tritanopia (Blue-blind)
#5BB2B6 — rgb(91, 178, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 78%, 62%);
text
color: hsl(141, 78%, 62%);
border
border: 2px solid hsl(141, 78%, 62%);
gradient light
background: linear-gradient(to right, hsl(141, 78%, 82%), hsl(141, 78%, 62%));
gradient dark
background: linear-gradient(to right, hsl(141, 78%, 62%), hsl(141, 78%, 42%))
hex
background-color: #53EA87;
tailwind
bg-[hsl(141,78%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 78%, 62%, 0.4);
css variable
--color-primary: hsl(141, 78%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 78%, 62%)?
HEX: #53EA87 | RGB: rgb(83, 234, 135) | CMYK: 65%, 0%, 42%, 8% | HSV: 141°, 65%, 92%. Copy any format from the conversion table above.
What colors go well with #53EA87?
The complementary color is HSL(321, 78%, 62%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 78%, 62%) in CSS?
As HSL: color: hsl(141, 78%, 62%); — As HEX: color: #53EA87; — As RGB: color: rgb(83, 234, 135); — Tailwind CSS: bg-[hsl(141,78%,62%)] — CSS variable: --color-primary: hsl(141, 78%, 62%);