#77dfba
a light, vivid green · cool · closest name: aquamarine
RGB
119, 223, 186
HSL
159°, 62%, 67%
CMYK
47, 0, 17, 13
Luminance
0.6024
Every format
| HEX | #77dfba |
| RGB | rgb(119, 223, 186) |
| HSL | hsl(159, 62%, 67%) |
| CMYK | cmyk(47%, 0%, 17%, 13%) |
| LAB | lab(82.0 -38.9 8.8) |
| LCH | lch(82.0 39.9 167.2) |
| OKLCH | oklch(0.831 0.112 168.3) |
Copy-ready code
/* CSS */
color: #77dfba;
background-color: #77dfba;
/* Tailwind (arbitrary) */
class="text-[#77dfba] bg-[#77dfba]"
/* SCSS */
$brand: #77dfba;
/* SwiftUI */
Color(red: 0.467, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#77dfba")Accessibility — WCAG contrast
Aa
#77dfba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77dfba on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green87.5%
Blue72.9%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#77dfba text on a black background
contrast 13.05:1
Card sample
#77dfba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77dfba;
Background color
Panel with #77dfba background
background-color: #77dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77dfba; background: linear-gradient(135deg, #77dfba, #77BFDF);