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