#53e96a
a balanced, electric green · cool · closest name: forestgreen
RGB
83, 233, 106
HSL
129°, 77%, 62%
CMYK
64, 0, 55, 9
Luminance
0.6116
Every format
| HEX | #53e96a |
| RGB | rgb(83, 233, 106) |
| HSL | hsl(129, 77%, 62%) |
| CMYK | cmyk(64%, 0%, 55%, 9%) |
| LAB | lab(82.5 -65.0 49.7) |
| LCH | lch(82.5 81.8 142.6) |
| OKLCH | oklch(0.827 0.212 146.0) |
Copy-ready code
/* CSS */
color: #53e96a;
background-color: #53e96a;
/* Tailwind (arbitrary) */
class="text-[#53e96a] bg-[#53e96a]"
/* SCSS */
$brand: #53e96a;
/* SwiftUI */
Color(red: 0.325, green: 0.914, blue: 0.416)
/* Android */
Color.parseColor("#53e96a")Accessibility — WCAG contrast
Aa
#53e96a on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53e96a on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green91.4%
Blue41.6%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow54.5%
Key (black)8.6%
Color previews
#53e96a text on a black background
contrast 13.23:1
Card sample
#53e96a text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53e96a;
Background color
Panel with #53e96a background
background-color: #53e96a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53e96a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 233, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 233, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53e96a; background: linear-gradient(135deg, #53e96a, #53E9CE);