#76c464
a balanced, soft green · cool · closest name: forestgreen
RGB
118, 196, 100
HSL
109°, 45%, 58%
CMYK
40, 0, 49, 23
Luminance
0.4425
Every format
| HEX | #76c464 |
| RGB | rgb(118, 196, 100) |
| HSL | hsl(109, 45%, 58%) |
| CMYK | cmyk(40%, 0%, 49%, 23%) |
| LAB | lab(72.4 -42.4 40.6) |
| LCH | lch(72.4 58.7 136.3) |
| OKLCH | oklch(0.748 0.152 139.9) |
Copy-ready code
/* CSS */
color: #76c464;
background-color: #76c464;
/* Tailwind (arbitrary) */
class="text-[#76c464] bg-[#76c464]"
/* SCSS */
$brand: #76c464;
/* SwiftUI */
Color(red: 0.463, green: 0.769, blue: 0.392)
/* Android */
Color.parseColor("#76c464")Accessibility — WCAG contrast
Aa
#76c464 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76c464 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green76.9%
Blue39.2%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow49.0%
Key (black)23.1%
Color previews
#76c464 text on a black background
contrast 9.85:1
Card sample
#76c464 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76c464;
Background color
Panel with #76c464 background
background-color: #76c464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76c464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 196, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 196, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76c464; background: linear-gradient(135deg, #76c464, #64C492);