#77fdbc
a light, electric green · cool · closest name: aquamarine
RGB
119, 253, 188
HSL
151°, 97%, 73%
CMYK
53, 0, 26, 1
Luminance
0.7780
Every format
| HEX | #77fdbc |
| RGB | rgb(119, 253, 188) |
| HSL | hsl(151, 97%, 73%) |
| CMYK | cmyk(53%, 0%, 26%, 1%) |
| LAB | lab(90.7 -51.4 20.1) |
| LCH | lch(90.7 55.2 158.6) |
| OKLCH | oklch(0.902 0.150 160.0) |
Copy-ready code
/* CSS */
color: #77fdbc;
background-color: #77fdbc;
/* Tailwind (arbitrary) */
class="text-[#77fdbc] bg-[#77fdbc]"
/* SCSS */
$brand: #77fdbc;
/* SwiftUI */
Color(red: 0.467, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#77fdbc")Accessibility — WCAG contrast
Aa
#77fdbc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77fdbc on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green99.2%
Blue73.7%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#77fdbc text on a black background
contrast 16.56:1
Card sample
#77fdbc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77fdbc;
Background color
Panel with #77fdbc background
background-color: #77fdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77fdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77fdbc; background: linear-gradient(135deg, #77fdbc, #77E5FD);