#4ddf9c
a balanced, vivid green · cool · closest name: aquamarine
RGB
77, 223, 156
HSL
153°, 70%, 59%
CMYK
66, 0, 30, 13
Luminance
0.5675
Every format
| HEX | #4ddf9c |
| RGB | rgb(77, 223, 156) |
| HSL | hsl(153, 70%, 59%) |
| CMYK | cmyk(66%, 0%, 30%, 13%) |
| LAB | lab(80.0 -54.1 21.7) |
| LCH | lch(80.0 58.3 158.1) |
| OKLCH | oklch(0.809 0.157 159.5) |
Copy-ready code
/* CSS */
color: #4ddf9c;
background-color: #4ddf9c;
/* Tailwind (arbitrary) */
class="text-[#4ddf9c] bg-[#4ddf9c]"
/* SCSS */
$brand: #4ddf9c;
/* SwiftUI */
Color(red: 0.302, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#4ddf9c")Accessibility — WCAG contrast
Aa
#4ddf9c on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ddf9c on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green87.5%
Blue61.2%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow30.0%
Key (black)12.5%
Color previews
#4ddf9c text on a black background
contrast 12.35:1
Card sample
#4ddf9c text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ddf9c;
Background color
Panel with #4ddf9c background
background-color: #4ddf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ddf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ddf9c; background: linear-gradient(135deg, #4ddf9c, #4DC1DF);