#4ee4ad
a balanced, vivid green · cool · closest name: aquamarine
RGB
78, 228, 173
HSL
158°, 74%, 60%
CMYK
66, 0, 24, 11
Luminance
0.6012
Every format
| HEX | #4ee4ad |
| RGB | rgb(78, 228, 173) |
| HSL | hsl(158, 74%, 60%) |
| CMYK | cmyk(66%, 0%, 24%, 11%) |
| LAB | lab(81.9 -52.3 15.4) |
| LCH | lch(81.9 54.5 163.6) |
| OKLCH | oklch(0.826 0.149 164.7) |
Copy-ready code
/* CSS */
color: #4ee4ad;
background-color: #4ee4ad;
/* Tailwind (arbitrary) */
class="text-[#4ee4ad] bg-[#4ee4ad]"
/* SCSS */
$brand: #4ee4ad;
/* SwiftUI */
Color(red: 0.306, green: 0.894, blue: 0.678)
/* Android */
Color.parseColor("#4ee4ad")Accessibility — WCAG contrast
Aa
#4ee4ad on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee4ad on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green89.4%
Blue67.8%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow24.1%
Key (black)10.6%
Color previews
#4ee4ad text on a black background
contrast 13.02:1
Card sample
#4ee4ad text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee4ad;
Background color
Panel with #4ee4ad background
background-color: #4ee4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 228, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 228, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee4ad; background: linear-gradient(135deg, #4ee4ad, #4EB7E4);