#4de2ab
a balanced, vivid green · cool · closest name: aquamarine
RGB
77, 226, 171
HSL
158°, 72%, 59%
CMYK
66, 0, 24, 11
Luminance
0.5891
Every format
| HEX | #4de2ab |
| RGB | rgb(77, 226, 171) |
| HSL | hsl(158, 72%, 59%) |
| CMYK | cmyk(66%, 0%, 24%, 11%) |
| LAB | lab(81.2 -52.1 15.5) |
| LCH | lch(81.2 54.4 163.4) |
| OKLCH | oklch(0.820 0.149 164.5) |
Copy-ready code
/* CSS */
color: #4de2ab;
background-color: #4de2ab;
/* Tailwind (arbitrary) */
class="text-[#4de2ab] bg-[#4de2ab]"
/* SCSS */
$brand: #4de2ab;
/* SwiftUI */
Color(red: 0.302, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#4de2ab")Accessibility — WCAG contrast
Aa
#4de2ab on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4de2ab on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green88.6%
Blue67.1%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#4de2ab text on a black background
contrast 12.78:1
Card sample
#4de2ab text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4de2ab;
Background color
Panel with #4de2ab background
background-color: #4de2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4de2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4de2ab; background: linear-gradient(135deg, #4de2ab, #4DB6E2);