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