#4dfb8d
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 251, 141
HSL
142°, 96%, 64%
CMYK
69, 0, 44, 2
Luminance
0.7250
Every format
| HEX | #4dfb8d |
| RGB | rgb(77, 251, 141) |
| HSL | hsl(142, 96%, 64%) |
| CMYK | cmyk(69%, 0%, 44%, 2%) |
| LAB | lab(88.2 -67.2 40.2) |
| LCH | lch(88.2 78.3 149.1) |
| OKLCH | oklch(0.875 0.206 151.4) |
Copy-ready code
/* CSS */
color: #4dfb8d;
background-color: #4dfb8d;
/* Tailwind (arbitrary) */
class="text-[#4dfb8d] bg-[#4dfb8d]"
/* SCSS */
$brand: #4dfb8d;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.553)
/* Android */
Color.parseColor("#4dfb8d")Accessibility — WCAG contrast
Aa
#4dfb8d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfb8d on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue55.3%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow43.8%
Key (black)1.6%
Color previews
#4dfb8d text on a black background
contrast 15.50:1
Card sample
#4dfb8d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfb8d;
Background color
Panel with #4dfb8d background
background-color: #4dfb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfb8d; background: linear-gradient(135deg, #4dfb8d, #4DF5FB);