#4cefad
a balanced, electric green · cool · closest name: aquamarine
RGB
76, 239, 173
HSL
156°, 84%, 62%
CMYK
68, 0, 28, 6
Luminance
0.6629
Every format
| HEX | #4cefad |
| RGB | rgb(76, 239, 173) |
| HSL | hsl(156, 84%, 62%) |
| CMYK | cmyk(68%, 0%, 28%, 6%) |
| LAB | lab(85.1 -57.0 19.9) |
| LCH | lch(85.1 60.4 160.7) |
| OKLCH | oklch(0.852 0.164 162.0) |
Copy-ready code
/* CSS */
color: #4cefad;
background-color: #4cefad;
/* Tailwind (arbitrary) */
class="text-[#4cefad] bg-[#4cefad]"
/* SCSS */
$brand: #4cefad;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#4cefad")Accessibility — WCAG contrast
Aa
#4cefad on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cefad on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue67.8%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#4cefad text on a black background
contrast 14.26:1
Card sample
#4cefad text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cefad;
Background color
Panel with #4cefad background
background-color: #4cefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cefad; background: linear-gradient(135deg, #4cefad, #4CC4EF);