#4dcd8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
77, 205, 143
HSL
151°, 56%, 55%
CMYK
62, 0, 30, 20
Luminance
0.4722
Every format
| HEX | #4dcd8f |
| RGB | rgb(77, 205, 143) |
| HSL | hsl(151, 56%, 55%) |
| CMYK | cmyk(62%, 0%, 30%, 20%) |
| LAB | lab(74.3 -49.5 20.7) |
| LCH | lch(74.3 53.6 157.3) |
| OKLCH | oklch(0.761 0.145 158.8) |
Copy-ready code
/* CSS */
color: #4dcd8f;
background-color: #4dcd8f;
/* Tailwind (arbitrary) */
class="text-[#4dcd8f] bg-[#4dcd8f]"
/* SCSS */
$brand: #4dcd8f;
/* SwiftUI */
Color(red: 0.302, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#4dcd8f")Accessibility — WCAG contrast
Aa
#4dcd8f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dcd8f on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green80.4%
Blue56.1%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow30.2%
Key (black)19.6%
Color previews
#4dcd8f text on a black background
contrast 10.44:1
Card sample
#4dcd8f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dcd8f;
Background color
Panel with #4dcd8f background
background-color: #4dcd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dcd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dcd8f; background: linear-gradient(135deg, #4dcd8f, #4DB6CD);