#4fffad
a light, electric green · cool · closest name: aquamarine
RGB
79, 255, 173
HSL
152°, 100%, 66%
CMYK
69, 0, 32, 0
Luminance
0.7620
Every format
| HEX | #4fffad |
| RGB | rgb(79, 255, 173) |
| HSL | hsl(152, 100%, 66%) |
| CMYK | cmyk(69%, 0%, 32%, 0%) |
| LAB | lab(90.0 -62.6 26.6) |
| LCH | lch(90.0 68.0 157.0) |
| OKLCH | oklch(0.892 0.183 158.5) |
Copy-ready code
/* CSS */
color: #4fffad;
background-color: #4fffad;
/* Tailwind (arbitrary) */
class="text-[#4fffad] bg-[#4fffad]"
/* SCSS */
$brand: #4fffad;
/* SwiftUI */
Color(red: 0.310, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#4fffad")Accessibility — WCAG contrast
Aa
#4fffad on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fffad on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green100.0%
Blue67.8%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#4fffad text on a black background
contrast 16.24:1
Card sample
#4fffad text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fffad;
Background color
Panel with #4fffad background
background-color: #4fffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fffad; background: linear-gradient(135deg, #4fffad, #4FDCFF);