#77da9c
a light, vivid green · cool · closest name: aquamarine
RGB
119, 218, 156
HSL
142°, 57%, 66%
CMYK
45, 0, 28, 15
Luminance
0.5647
Every format
| HEX | #77da9c |
| RGB | rgb(119, 218, 156) |
| HSL | hsl(142, 57%, 66%) |
| CMYK | cmyk(45%, 0%, 28%, 15%) |
| LAB | lab(79.9 -42.7 21.7) |
| LCH | lch(79.9 47.9 153.1) |
| OKLCH | oklch(0.811 0.129 154.8) |
Copy-ready code
/* CSS */
color: #77da9c;
background-color: #77da9c;
/* Tailwind (arbitrary) */
class="text-[#77da9c] bg-[#77da9c]"
/* SCSS */
$brand: #77da9c;
/* SwiftUI */
Color(red: 0.467, green: 0.855, blue: 0.612)
/* Android */
Color.parseColor("#77da9c")Accessibility — WCAG contrast
Aa
#77da9c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77da9c on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green85.5%
Blue61.2%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow28.4%
Key (black)14.5%
Color previews
#77da9c text on a black background
contrast 12.29:1
Card sample
#77da9c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77da9c;
Background color
Panel with #77da9c background
background-color: #77da9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77da9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 218, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 218, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77da9c; background: linear-gradient(135deg, #77da9c, #77D6DA);