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