#4df69d
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 246, 157
HSL
148°, 90%, 63%
CMYK
69, 0, 36, 4
Luminance
0.6992
Every format
| HEX | #4df69d |
| RGB | rgb(77, 246, 157) |
| HSL | hsl(148, 90%, 63%) |
| CMYK | cmyk(69%, 0%, 36%, 4%) |
| LAB | lab(87.0 -62.6 30.6) |
| LCH | lch(87.0 69.7 154.0) |
| OKLCH | oklch(0.866 0.186 155.7) |
Copy-ready code
/* CSS */
color: #4df69d;
background-color: #4df69d;
/* Tailwind (arbitrary) */
class="text-[#4df69d] bg-[#4df69d]"
/* SCSS */
$brand: #4df69d;
/* SwiftUI */
Color(red: 0.302, green: 0.965, blue: 0.616)
/* Android */
Color.parseColor("#4df69d")Accessibility — WCAG contrast
Aa
#4df69d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df69d on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green96.5%
Blue61.6%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow36.2%
Key (black)3.5%
Color previews
#4df69d text on a black background
contrast 14.98:1
Card sample
#4df69d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df69d;
Background color
Panel with #4df69d background
background-color: #4df69d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df69d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 246, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 246, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df69d; background: linear-gradient(135deg, #4df69d, #4DDEF6);