#4df58f
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 245, 143
HSL
144°, 89%, 63%
CMYK
69, 0, 42, 4
Luminance
0.6887
Every format
| HEX | #4df58f |
| RGB | rgb(77, 245, 143) |
| HSL | hsl(144, 89%, 63%) |
| CMYK | cmyk(69%, 0%, 42%, 4%) |
| LAB | lab(86.4 -64.8 36.9) |
| LCH | lch(86.4 74.5 150.3) |
| OKLCH | oklch(0.861 0.197 152.4) |
Copy-ready code
/* CSS */
color: #4df58f;
background-color: #4df58f;
/* Tailwind (arbitrary) */
class="text-[#4df58f] bg-[#4df58f]"
/* SCSS */
$brand: #4df58f;
/* SwiftUI */
Color(red: 0.302, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#4df58f")Accessibility — WCAG contrast
Aa
#4df58f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df58f on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green96.1%
Blue56.1%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#4df58f text on a black background
contrast 14.77:1
Card sample
#4df58f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df58f;
Background color
Panel with #4df58f background
background-color: #4df58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df58f; background: linear-gradient(135deg, #4df58f, #4DEBF5);