#77f169
a light, electric green · cool · closest name: forestgreen
RGB
119, 241, 105
HSL
114°, 83%, 68%
CMYK
51, 0, 56, 6
Luminance
0.6785
Every format
| HEX | #77f169 |
| RGB | rgb(119, 241, 105) |
| HSL | hsl(114, 83%, 68%) |
| CMYK | cmyk(51%, 0%, 56%, 6%) |
| LAB | lab(85.9 -59.7 54.5) |
| LCH | lch(85.9 80.8 137.6) |
| OKLCH | oklch(0.859 0.208 141.7) |
Copy-ready code
/* CSS */
color: #77f169;
background-color: #77f169;
/* Tailwind (arbitrary) */
class="text-[#77f169] bg-[#77f169]"
/* SCSS */
$brand: #77f169;
/* SwiftUI */
Color(red: 0.467, green: 0.945, blue: 0.412)
/* Android */
Color.parseColor("#77f169")Accessibility — WCAG contrast
Aa
#77f169 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77f169 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green94.5%
Blue41.2%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow56.4%
Key (black)5.5%
Color previews
#77f169 text on a black background
contrast 14.57:1
Card sample
#77f169 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77f169;
Background color
Panel with #77f169 background
background-color: #77f169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77f169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 241, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 241, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77f169; background: linear-gradient(135deg, #77f169, #69F1B6);