#4df98c
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 249, 140
HSL
142°, 94%, 64%
CMYK
69, 0, 44, 2
Luminance
0.7122
Every format
| HEX | #4df98c |
| RGB | rgb(77, 249, 140) |
| HSL | hsl(142, 94%, 64%) |
| CMYK | cmyk(69%, 0%, 44%, 2%) |
| LAB | lab(87.6 -66.7 39.9) |
| LCH | lch(87.6 77.7 149.1) |
| OKLCH | oklch(0.870 0.205 151.4) |
Copy-ready code
/* CSS */
color: #4df98c;
background-color: #4df98c;
/* Tailwind (arbitrary) */
class="text-[#4df98c] bg-[#4df98c]"
/* SCSS */
$brand: #4df98c;
/* SwiftUI */
Color(red: 0.302, green: 0.976, blue: 0.549)
/* Android */
Color.parseColor("#4df98c")Accessibility — WCAG contrast
Aa
#4df98c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df98c on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green97.6%
Blue54.9%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow43.8%
Key (black)2.4%
Color previews
#4df98c text on a black background
contrast 15.24:1
Card sample
#4df98c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df98c;
Background color
Panel with #4df98c background
background-color: #4df98c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df98c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 249, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 249, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df98c; background: linear-gradient(135deg, #4df98c, #4DF3F9);