#4ee295
a balanced, vivid green · cool · closest name: aquamarine
RGB
78, 226, 149
HSL
149°, 72%, 60%
CMYK
66, 0, 34, 11
Luminance
0.5818
Every format
| HEX | #4ee295 |
| RGB | rgb(78, 226, 149) |
| HSL | hsl(149, 72%, 60%) |
| CMYK | cmyk(66%, 0%, 34%, 11%) |
| LAB | lab(80.8 -56.5 26.4) |
| LCH | lch(80.8 62.3 154.9) |
| OKLCH | oklch(0.815 0.167 156.5) |
Copy-ready code
/* CSS */
color: #4ee295;
background-color: #4ee295;
/* Tailwind (arbitrary) */
class="text-[#4ee295] bg-[#4ee295]"
/* SCSS */
$brand: #4ee295;
/* SwiftUI */
Color(red: 0.306, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#4ee295")Accessibility — WCAG contrast
Aa
#4ee295 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee295 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green88.6%
Blue58.4%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#4ee295 text on a black background
contrast 12.64:1
Card sample
#4ee295 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee295;
Background color
Panel with #4ee295 background
background-color: #4ee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee295; background: linear-gradient(135deg, #4ee295, #4ECCE2);