#4df281
a balanced, electric green · cool · closest name: forestgreen
RGB
77, 242, 129
HSL
139°, 86%, 63%
CMYK
68, 0, 47, 5
Luminance
0.6667
Every format
| HEX | #4df281 |
| RGB | rgb(77, 242, 129) |
| HSL | hsl(139, 86%, 63%) |
| CMYK | cmyk(68%, 0%, 47%, 5%) |
| LAB | lab(85.3 -66.0 42.3) |
| LCH | lch(85.3 78.4 147.3) |
| OKLCH | oklch(0.851 0.205 149.8) |
Copy-ready code
/* CSS */
color: #4df281;
background-color: #4df281;
/* Tailwind (arbitrary) */
class="text-[#4df281] bg-[#4df281]"
/* SCSS */
$brand: #4df281;
/* SwiftUI */
Color(red: 0.302, green: 0.949, blue: 0.506)
/* Android */
Color.parseColor("#4df281")Accessibility — WCAG contrast
Aa
#4df281 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df281 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green94.9%
Blue50.6%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow46.7%
Key (black)5.1%
Color previews
#4df281 text on a black background
contrast 14.33:1
Card sample
#4df281 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df281;
Background color
Panel with #4df281 background
background-color: #4df281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 242, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 242, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df281; background: linear-gradient(135deg, #4df281, #4DF2EF);