#77e4a0
a light, vivid green · cool · closest name: aquamarine
RGB
119, 228, 160
HSL
143°, 67%, 68%
CMYK
48, 0, 30, 11
Luminance
0.6195
Every format
| HEX | #77e4a0 |
| RGB | rgb(119, 228, 160) |
| HSL | hsl(143, 67%, 68%) |
| CMYK | cmyk(48%, 0%, 30%, 11%) |
| LAB | lab(82.9 -46.3 23.7) |
| LCH | lch(82.9 52.0 152.9) |
| OKLCH | oklch(0.836 0.140 154.6) |
Copy-ready code
/* CSS */
color: #77e4a0;
background-color: #77e4a0;
/* Tailwind (arbitrary) */
class="text-[#77e4a0] bg-[#77e4a0]"
/* SCSS */
$brand: #77e4a0;
/* SwiftUI */
Color(red: 0.467, green: 0.894, blue: 0.627)
/* Android */
Color.parseColor("#77e4a0")Accessibility — WCAG contrast
Aa
#77e4a0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77e4a0 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green89.4%
Blue62.7%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow29.8%
Key (black)10.6%
Color previews
#77e4a0 text on a black background
contrast 13.39:1
Card sample
#77e4a0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77e4a0;
Background color
Panel with #77e4a0 background
background-color: #77e4a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77e4a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 228, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 228, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77e4a0; background: linear-gradient(135deg, #77e4a0, #77DFE4);