#77ffcc
a light, electric green · cool · closest name: aquamarine
RGB
119, 255, 204
HSL
158°, 100%, 73%
CMYK
53, 0, 20, 0
Luminance
0.7980
Every format
| HEX | #77ffcc |
| RGB | rgb(119, 255, 204) |
| HSL | hsl(158, 100%, 73%) |
| CMYK | cmyk(53%, 0%, 20%, 0%) |
| LAB | lab(91.6 -49.0 13.2) |
| LCH | lch(91.6 50.7 164.9) |
| OKLCH | oklch(0.910 0.141 166.1) |
Copy-ready code
/* CSS */
color: #77ffcc;
background-color: #77ffcc;
/* Tailwind (arbitrary) */
class="text-[#77ffcc] bg-[#77ffcc]"
/* SCSS */
$brand: #77ffcc;
/* SwiftUI */
Color(red: 0.467, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#77ffcc")Accessibility — WCAG contrast
Aa
#77ffcc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ffcc on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green100.0%
Blue80.0%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#77ffcc text on a black background
contrast 16.96:1
Card sample
#77ffcc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ffcc;
Background color
Panel with #77ffcc background
background-color: #77ffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ffcc; background: linear-gradient(135deg, #77ffcc, #77D7FF);