#4cf8ab
a balanced, electric green · cool · closest name: aquamarine
RGB
76, 248, 171
HSL
153°, 93%, 64%
CMYK
69, 0, 31, 3
Luminance
0.7161
Every format
| HEX | #4cf8ab |
| RGB | rgb(76, 248, 171) |
| HSL | hsl(153, 93%, 64%) |
| CMYK | cmyk(69%, 0%, 31%, 3%) |
| LAB | lab(87.8 -60.8 24.6) |
| LCH | lch(87.8 65.6 158.0) |
| OKLCH | oklch(0.874 0.177 159.4) |
Copy-ready code
/* CSS */
color: #4cf8ab;
background-color: #4cf8ab;
/* Tailwind (arbitrary) */
class="text-[#4cf8ab] bg-[#4cf8ab]"
/* SCSS */
$brand: #4cf8ab;
/* SwiftUI */
Color(red: 0.298, green: 0.973, blue: 0.671)
/* Android */
Color.parseColor("#4cf8ab")Accessibility — WCAG contrast
Aa
#4cf8ab on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf8ab on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green97.3%
Blue67.1%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow31.0%
Key (black)2.7%
Color previews
#4cf8ab text on a black background
contrast 15.32:1
Card sample
#4cf8ab text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf8ab;
Background color
Panel with #4cf8ab background
background-color: #4cf8ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf8ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 248, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 248, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf8ab; background: linear-gradient(135deg, #4cf8ab, #4CD2F8);