#77fccc
a light, electric green · cool · closest name: aquamarine
RGB
119, 252, 204
HSL
158°, 96%, 73%
CMYK
53, 0, 19, 1
Luminance
0.7790
Every format
| HEX | #77fccc |
| RGB | rgb(119, 252, 204) |
| HSL | hsl(158, 96%, 73%) |
| CMYK | cmyk(53%, 0%, 19%, 1%) |
| LAB | lab(90.7 -47.7 11.9) |
| LCH | lch(90.7 49.2 165.9) |
| OKLCH | oklch(0.903 0.137 167.0) |
Copy-ready code
/* CSS */
color: #77fccc;
background-color: #77fccc;
/* Tailwind (arbitrary) */
class="text-[#77fccc] bg-[#77fccc]"
/* SCSS */
$brand: #77fccc;
/* SwiftUI */
Color(red: 0.467, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#77fccc")Accessibility — WCAG contrast
Aa
#77fccc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77fccc on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#77fccc text on a black background
contrast 16.58:1
Card sample
#77fccc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77fccc;
Background color
Panel with #77fccc background
background-color: #77fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77fccc; background: linear-gradient(135deg, #77fccc, #77D3FC);