#77eb90
a light, vivid green · cool · closest name: aquamarine
RGB
119, 235, 144
HSL
133°, 74%, 69%
CMYK
49, 0, 39, 8
Luminance
0.6535
Every format
| HEX | #77eb90 |
| RGB | rgb(119, 235, 144) |
| HSL | hsl(133, 74%, 69%) |
| CMYK | cmyk(49%, 0%, 39%, 8%) |
| LAB | lab(84.7 -52.0 34.3) |
| LCH | lch(84.7 62.3 146.6) |
| OKLCH | oklch(0.850 0.165 148.9) |
Copy-ready code
/* CSS */
color: #77eb90;
background-color: #77eb90;
/* Tailwind (arbitrary) */
class="text-[#77eb90] bg-[#77eb90]"
/* SCSS */
$brand: #77eb90;
/* SwiftUI */
Color(red: 0.467, green: 0.922, blue: 0.565)
/* Android */
Color.parseColor("#77eb90")Accessibility — WCAG contrast
Aa
#77eb90 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77eb90 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green92.2%
Blue56.5%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow38.7%
Key (black)7.8%
Color previews
#77eb90 text on a black background
contrast 14.07:1
Card sample
#77eb90 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77eb90;
Background color
Panel with #77eb90 background
background-color: #77eb90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77eb90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 235, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 235, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77eb90; background: linear-gradient(135deg, #77eb90, #77EBDD);