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