#76ba64
a balanced, soft green · cool · closest name: olivedrab
RGB
118, 186, 100
HSL
107°, 38%, 56%
CMYK
37, 0, 46, 27
Luminance
0.3989
Every format
| HEX | #76ba64 |
| RGB | rgb(118, 186, 100) |
| HSL | hsl(107, 38%, 56%) |
| CMYK | cmyk(37%, 0%, 46%, 27%) |
| LAB | lab(69.4 -38.0 36.8) |
| LCH | lch(69.4 52.9 135.9) |
| OKLCH | oklch(0.723 0.137 139.3) |
Copy-ready code
/* CSS */
color: #76ba64;
background-color: #76ba64;
/* Tailwind (arbitrary) */
class="text-[#76ba64] bg-[#76ba64]"
/* SCSS */
$brand: #76ba64;
/* SwiftUI */
Color(red: 0.463, green: 0.729, blue: 0.392)
/* Android */
Color.parseColor("#76ba64")Accessibility — WCAG contrast
Aa
#76ba64 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ba64 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green72.9%
Blue39.2%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow46.2%
Key (black)27.1%
Color previews
#76ba64 text on a black background
contrast 8.98:1
Card sample
#76ba64 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ba64;
Background color
Panel with #76ba64 background
background-color: #76ba64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ba64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 186, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 186, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ba64; background: linear-gradient(135deg, #76ba64, #64BA8B);