#4cdc8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
76, 220, 143
HSL
148°, 67%, 58%
CMYK
66, 0, 35, 14
Luminance
0.5471
Every format
| HEX | #4cdc8f |
| RGB | rgb(76, 220, 143) |
| HSL | hsl(148, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 35%, 14%) |
| LAB | lab(78.9 -55.6 26.9) |
| LCH | lch(78.9 61.8 154.2) |
| OKLCH | oklch(0.799 0.165 155.9) |
Copy-ready code
/* CSS */
color: #4cdc8f;
background-color: #4cdc8f;
/* Tailwind (arbitrary) */
class="text-[#4cdc8f] bg-[#4cdc8f]"
/* SCSS */
$brand: #4cdc8f;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.561)
/* Android */
Color.parseColor("#4cdc8f")Accessibility — WCAG contrast
Aa
#4cdc8f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdc8f on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue56.1%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow35.0%
Key (black)13.7%
Color previews
#4cdc8f text on a black background
contrast 11.94:1
Card sample
#4cdc8f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdc8f;
Background color
Panel with #4cdc8f background
background-color: #4cdc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdc8f; background: linear-gradient(135deg, #4cdc8f, #4CC9DC);