#4eeead
a balanced, electric green · cool · closest name: aquamarine
RGB
78, 238, 173
HSL
156°, 83%, 62%
CMYK
67, 0, 27, 7
Luminance
0.6579
Every format
| HEX | #4eeead |
| RGB | rgb(78, 238, 173) |
| HSL | hsl(156, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 27%, 7%) |
| LAB | lab(84.9 -56.3 19.6) |
| LCH | lch(84.9 59.6 160.8) |
| OKLCH | oklch(0.850 0.162 162.1) |
Copy-ready code
/* CSS */
color: #4eeead;
background-color: #4eeead;
/* Tailwind (arbitrary) */
class="text-[#4eeead] bg-[#4eeead]"
/* SCSS */
$brand: #4eeead;
/* SwiftUI */
Color(red: 0.306, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#4eeead")Accessibility — WCAG contrast
Aa
#4eeead on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eeead on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.3%
Blue67.8%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow27.3%
Key (black)6.7%
Color previews
#4eeead text on a black background
contrast 14.16:1
Card sample
#4eeead text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eeead;
Background color
Panel with #4eeead background
background-color: #4eeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eeead; background: linear-gradient(135deg, #4eeead, #4EC4EE);