#4ffeb8
a light, electric green · cool · closest name: aquamarine
RGB
79, 254, 184
HSL
156°, 99%, 65%
CMYK
69, 0, 28, 0
Luminance
0.7601
Every format
| HEX | #4ffeb8 |
| RGB | rgb(79, 254, 184) |
| HSL | hsl(156, 99%, 65%) |
| CMYK | cmyk(69%, 0%, 28%, 0%) |
| LAB | lab(89.9 -60.0 20.8) |
| LCH | lch(89.9 63.5 160.9) |
| OKLCH | oklch(0.892 0.173 162.1) |
Copy-ready code
/* CSS */
color: #4ffeb8;
background-color: #4ffeb8;
/* Tailwind (arbitrary) */
class="text-[#4ffeb8] bg-[#4ffeb8]"
/* SCSS */
$brand: #4ffeb8;
/* SwiftUI */
Color(red: 0.310, green: 0.996, blue: 0.722)
/* Android */
Color.parseColor("#4ffeb8")Accessibility — WCAG contrast
Aa
#4ffeb8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffeb8 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.6%
Blue72.2%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow27.6%
Key (black)0.4%
Color previews
#4ffeb8 text on a black background
contrast 16.20:1
Card sample
#4ffeb8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffeb8;
Background color
Panel with #4ffeb8 background
background-color: #4ffeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 254, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 254, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffeb8; background: linear-gradient(135deg, #4ffeb8, #4FCFFE);