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