#77ffbb
a light, electric green · cool · closest name: aquamarine
RGB
119, 255, 187
HSL
150°, 100%, 73%
CMYK
53, 0, 27, 0
Luminance
0.7903
Every format
| HEX | #77ffbb |
| RGB | rgb(119, 255, 187) |
| HSL | hsl(150, 100%, 73%) |
| CMYK | cmyk(53%, 0%, 27%, 0%) |
| LAB | lab(91.3 -52.5 21.4) |
| LCH | lch(91.3 56.6 157.8) |
| OKLCH | oklch(0.906 0.154 159.3) |
Copy-ready code
/* CSS */
color: #77ffbb;
background-color: #77ffbb;
/* Tailwind (arbitrary) */
class="text-[#77ffbb] bg-[#77ffbb]"
/* SCSS */
$brand: #77ffbb;
/* SwiftUI */
Color(red: 0.467, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#77ffbb")Accessibility — WCAG contrast
Aa
#77ffbb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ffbb on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green100.0%
Blue73.3%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#77ffbb text on a black background
contrast 16.81:1
Card sample
#77ffbb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ffbb;
Background color
Panel with #77ffbb background
background-color: #77ffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ffbb; background: linear-gradient(135deg, #77ffbb, #77E8FF);