#4cf6ba
a balanced, electric green · cool · closest name: aquamarine
RGB
76, 246, 186
HSL
159°, 90%, 63%
CMYK
69, 0, 24, 4
Luminance
0.7099
Every format
| HEX | #4cf6ba |
| RGB | rgb(76, 246, 186) |
| HSL | hsl(159, 90%, 63%) |
| CMYK | cmyk(69%, 0%, 24%, 4%) |
| LAB | lab(87.5 -56.9 16.5) |
| LCH | lch(87.5 59.3 163.8) |
| OKLCH | oklch(0.872 0.162 165.0) |
Copy-ready code
/* CSS */
color: #4cf6ba;
background-color: #4cf6ba;
/* Tailwind (arbitrary) */
class="text-[#4cf6ba] bg-[#4cf6ba]"
/* SCSS */
$brand: #4cf6ba;
/* SwiftUI */
Color(red: 0.298, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#4cf6ba")Accessibility — WCAG contrast
Aa
#4cf6ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf6ba on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green96.5%
Blue72.9%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#4cf6ba text on a black background
contrast 15.20:1
Card sample
#4cf6ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf6ba;
Background color
Panel with #4cf6ba background
background-color: #4cf6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf6ba; background: linear-gradient(135deg, #4cf6ba, #4CC1F6);