#4cf1af
a balanced, electric green · cool · closest name: aquamarine
RGB
76, 241, 175
HSL
156°, 86%, 62%
CMYK
69, 0, 27, 6
Luminance
0.6754
Every format
| HEX | #4cf1af |
| RGB | rgb(76, 241, 175) |
| HSL | hsl(156, 86%, 62%) |
| CMYK | cmyk(69%, 0%, 27%, 6%) |
| LAB | lab(85.8 -57.3 19.8) |
| LCH | lch(85.8 60.6 161.0) |
| OKLCH | oklch(0.857 0.165 162.2) |
Copy-ready code
/* CSS */
color: #4cf1af;
background-color: #4cf1af;
/* Tailwind (arbitrary) */
class="text-[#4cf1af] bg-[#4cf1af]"
/* SCSS */
$brand: #4cf1af;
/* SwiftUI */
Color(red: 0.298, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#4cf1af")Accessibility — WCAG contrast
Aa
#4cf1af on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf1af on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.5%
Blue68.6%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#4cf1af text on a black background
contrast 14.51:1
Card sample
#4cf1af text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf1af;
Background color
Panel with #4cf1af background
background-color: #4cf1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf1af; background: linear-gradient(135deg, #4cf1af, #4CC5F1);