#4cf28f
a balanced, electric green · cool · closest name: aquamarine
RGB
76, 242, 143
HSL
144°, 87%, 62%
CMYK
69, 0, 41, 5
Luminance
0.6702
Every format
| HEX | #4cf28f |
| RGB | rgb(76, 242, 143) |
| HSL | hsl(144, 87%, 62%) |
| CMYK | cmyk(69%, 0%, 41%, 5%) |
| LAB | lab(85.5 -63.8 35.7) |
| LCH | lch(85.5 73.1 150.8) |
| OKLCH | oklch(0.853 0.194 152.8) |
Copy-ready code
/* CSS */
color: #4cf28f;
background-color: #4cf28f;
/* Tailwind (arbitrary) */
class="text-[#4cf28f] bg-[#4cf28f]"
/* SCSS */
$brand: #4cf28f;
/* SwiftUI */
Color(red: 0.298, green: 0.949, blue: 0.561)
/* Android */
Color.parseColor("#4cf28f")Accessibility — WCAG contrast
Aa
#4cf28f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf28f on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.9%
Blue56.1%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow40.9%
Key (black)5.1%
Color previews
#4cf28f text on a black background
contrast 14.40:1
Card sample
#4cf28f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf28f;
Background color
Panel with #4cf28f background
background-color: #4cf28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 242, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 242, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf28f; background: linear-gradient(135deg, #4cf28f, #4CE6F2);