#4df59d
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 245, 157
HSL
149°, 89%, 63%
CMYK
69, 0, 36, 4
Luminance
0.6932
Every format
| HEX | #4df59d |
| RGB | rgb(77, 245, 157) |
| HSL | hsl(149, 89%, 63%) |
| CMYK | cmyk(69%, 0%, 36%, 4%) |
| LAB | lab(86.7 -62.3 30.2) |
| LCH | lch(86.7 69.2 154.1) |
| OKLCH | oklch(0.864 0.185 155.8) |
Copy-ready code
/* CSS */
color: #4df59d;
background-color: #4df59d;
/* Tailwind (arbitrary) */
class="text-[#4df59d] bg-[#4df59d]"
/* SCSS */
$brand: #4df59d;
/* SwiftUI */
Color(red: 0.302, green: 0.961, blue: 0.616)
/* Android */
Color.parseColor("#4df59d")Accessibility — WCAG contrast
Aa
#4df59d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df59d on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green96.1%
Blue61.6%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow35.9%
Key (black)3.9%
Color previews
#4df59d text on a black background
contrast 14.86:1
Card sample
#4df59d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df59d;
Background color
Panel with #4df59d background
background-color: #4df59d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df59d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 245, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 245, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df59d; background: linear-gradient(135deg, #4df59d, #4DDDF5);