#4df79d
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 247, 157
HSL
148°, 91%, 64%
CMYK
69, 0, 36, 3
Luminance
0.7053
Every format
| HEX | #4df79d |
| RGB | rgb(77, 247, 157) |
| HSL | hsl(148, 91%, 64%) |
| CMYK | cmyk(69%, 0%, 36%, 3%) |
| LAB | lab(87.3 -63.0 31.0) |
| LCH | lch(87.3 70.2 153.8) |
| OKLCH | oklch(0.869 0.187 155.5) |
Copy-ready code
/* CSS */
color: #4df79d;
background-color: #4df79d;
/* Tailwind (arbitrary) */
class="text-[#4df79d] bg-[#4df79d]"
/* SCSS */
$brand: #4df79d;
/* SwiftUI */
Color(red: 0.302, green: 0.969, blue: 0.616)
/* Android */
Color.parseColor("#4df79d")Accessibility — WCAG contrast
Aa
#4df79d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df79d on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green96.9%
Blue61.6%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow36.4%
Key (black)3.1%
Color previews
#4df79d text on a black background
contrast 15.11:1
Card sample
#4df79d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df79d;
Background color
Panel with #4df79d background
background-color: #4df79d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df79d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 247, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 247, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df79d; background: linear-gradient(135deg, #4df79d, #4DE0F7);