#4ffcab
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 252, 171
HSL
152°, 97%, 65%
CMYK
69, 0, 32, 1
Luminance
0.7422
Every format
| HEX | #4ffcab |
| RGB | rgb(79, 252, 171) |
| HSL | hsl(152, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 32%, 1%) |
| LAB | lab(89.0 -61.9 26.3) |
| LCH | lch(89.0 67.3 157.0) |
| OKLCH | oklch(0.884 0.181 158.4) |
Copy-ready code
/* CSS */
color: #4ffcab;
background-color: #4ffcab;
/* Tailwind (arbitrary) */
class="text-[#4ffcab] bg-[#4ffcab]"
/* SCSS */
$brand: #4ffcab;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.671)
/* Android */
Color.parseColor("#4ffcab")Accessibility — WCAG contrast
Aa
#4ffcab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffcab on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue67.1%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow32.1%
Key (black)1.2%
Color previews
#4ffcab text on a black background
contrast 15.84:1
Card sample
#4ffcab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffcab;
Background color
Panel with #4ffcab background
background-color: #4ffcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffcab; background: linear-gradient(135deg, #4ffcab, #4FDAFC);