#77fbc9
a light, electric green · cool · closest name: aquamarine
RGB
119, 251, 201
HSL
157°, 94%, 73%
CMYK
53, 0, 20, 2
Luminance
0.7713
Every format
| HEX | #77fbc9 |
| RGB | rgb(119, 251, 201) |
| HSL | hsl(157, 94%, 73%) |
| CMYK | cmyk(53%, 0%, 20%, 2%) |
| LAB | lab(90.4 -47.9 13.0) |
| LCH | lch(90.4 49.6 164.8) |
| OKLCH | oklch(0.900 0.138 166.0) |
Copy-ready code
/* CSS */
color: #77fbc9;
background-color: #77fbc9;
/* Tailwind (arbitrary) */
class="text-[#77fbc9] bg-[#77fbc9]"
/* SCSS */
$brand: #77fbc9;
/* SwiftUI */
Color(red: 0.467, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#77fbc9")Accessibility — WCAG contrast
Aa
#77fbc9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77fbc9 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green98.4%
Blue78.8%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#77fbc9 text on a black background
contrast 16.43:1
Card sample
#77fbc9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77fbc9;
Background color
Panel with #77fbc9 background
background-color: #77fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77fbc9; background: linear-gradient(135deg, #77fbc9, #77D5FB);