#4cdba7
a balanced, vivid green · cool · closest name: aquamarine
RGB
76, 219, 167
HSL
158°, 67%, 58%
CMYK
65, 0, 24, 14
Luminance
0.5499
Every format
| HEX | #4cdba7 |
| RGB | rgb(76, 219, 167) |
| HSL | hsl(158, 67%, 58%) |
| CMYK | cmyk(65%, 0%, 24%, 14%) |
| LAB | lab(79.0 -50.3 14.5) |
| LCH | lch(79.0 52.3 163.9) |
| OKLCH | oklch(0.801 0.144 165.0) |
Copy-ready code
/* CSS */
color: #4cdba7;
background-color: #4cdba7;
/* Tailwind (arbitrary) */
class="text-[#4cdba7] bg-[#4cdba7]"
/* SCSS */
$brand: #4cdba7;
/* SwiftUI */
Color(red: 0.298, green: 0.859, blue: 0.655)
/* Android */
Color.parseColor("#4cdba7")Accessibility — WCAG contrast
Aa
#4cdba7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdba7 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.9%
Blue65.5%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow23.7%
Key (black)14.1%
Color previews
#4cdba7 text on a black background
contrast 12.00:1
Card sample
#4cdba7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdba7;
Background color
Panel with #4cdba7 background
background-color: #4cdba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 219, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 219, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdba7; background: linear-gradient(135deg, #4cdba7, #4CB0DB);