#4cdb8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
76, 219, 143
HSL
148°, 67%, 58%
CMYK
65, 0, 35, 14
Luminance
0.5418
Every format
| HEX | #4cdb8f |
| RGB | rgb(76, 219, 143) |
| HSL | hsl(148, 67%, 58%) |
| CMYK | cmyk(65%, 0%, 35%, 14%) |
| LAB | lab(78.6 -55.3 26.4) |
| LCH | lch(78.6 61.3 154.4) |
| OKLCH | oklch(0.796 0.164 156.1) |
Copy-ready code
/* CSS */
color: #4cdb8f;
background-color: #4cdb8f;
/* Tailwind (arbitrary) */
class="text-[#4cdb8f] bg-[#4cdb8f]"
/* SCSS */
$brand: #4cdb8f;
/* SwiftUI */
Color(red: 0.298, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#4cdb8f")Accessibility — WCAG contrast
Aa
#4cdb8f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdb8f on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.9%
Blue56.1%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow34.7%
Key (black)14.1%
Color previews
#4cdb8f text on a black background
contrast 11.84:1
Card sample
#4cdb8f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdb8f;
Background color
Panel with #4cdb8f background
background-color: #4cdb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdb8f; background: linear-gradient(135deg, #4cdb8f, #4CC8DB);