#4ffeb5
a light, electric green · cool · closest name: aquamarine
RGB
79, 254, 181
HSL
155°, 99%, 65%
CMYK
69, 0, 29, 0
Luminance
0.7588
Every format
| HEX | #4ffeb5 |
| RGB | rgb(79, 254, 181) |
| HSL | hsl(155, 99%, 65%) |
| CMYK | cmyk(69%, 0%, 29%, 0%) |
| LAB | lab(89.8 -60.6 22.3) |
| LCH | lch(89.8 64.6 159.8) |
| OKLCH | oklch(0.891 0.175 161.1) |
Copy-ready code
/* CSS */
color: #4ffeb5;
background-color: #4ffeb5;
/* Tailwind (arbitrary) */
class="text-[#4ffeb5] bg-[#4ffeb5]"
/* SCSS */
$brand: #4ffeb5;
/* SwiftUI */
Color(red: 0.310, green: 0.996, blue: 0.710)
/* Android */
Color.parseColor("#4ffeb5")Accessibility — WCAG contrast
Aa
#4ffeb5 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffeb5 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.6%
Blue71.0%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow28.7%
Key (black)0.4%
Color previews
#4ffeb5 text on a black background
contrast 16.18:1
Card sample
#4ffeb5 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffeb5;
Background color
Panel with #4ffeb5 background
background-color: #4ffeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 254, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 254, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffeb5; background: linear-gradient(135deg, #4ffeb5, #4FD2FE);