#4eefac
a balanced, electric green · cool · closest name: aquamarine
RGB
78, 239, 172
HSL
155°, 83%, 62%
CMYK
67, 0, 28, 6
Luminance
0.6633
Every format
| HEX | #4eefac |
| RGB | rgb(78, 239, 172) |
| HSL | hsl(155, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 28%, 6%) |
| LAB | lab(85.2 -56.9 20.5) |
| LCH | lch(85.2 60.5 160.2) |
| OKLCH | oklch(0.852 0.164 161.5) |
Copy-ready code
/* CSS */
color: #4eefac;
background-color: #4eefac;
/* Tailwind (arbitrary) */
class="text-[#4eefac] bg-[#4eefac]"
/* SCSS */
$brand: #4eefac;
/* SwiftUI */
Color(red: 0.306, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#4eefac")Accessibility — WCAG contrast
Aa
#4eefac on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eefac on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green93.7%
Blue67.5%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#4eefac text on a black background
contrast 14.27:1
Card sample
#4eefac text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eefac;
Background color
Panel with #4eefac background
background-color: #4eefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eefac; background: linear-gradient(135deg, #4eefac, #4EC7EF);