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