#76a921
a dark, vivid green · cool · closest name: olivedrab
RGB
118, 169, 33
HSL
83°, 67%, 40%
CMYK
30, 0, 81, 34
Luminance
0.3234
Every format
| HEX | #76a921 |
| RGB | rgb(118, 169, 33) |
| HSL | hsl(83, 67%, 40%) |
| CMYK | cmyk(30%, 0%, 81%, 34%) |
| LAB | lab(63.6 -36.5 59.0) |
| LCH | lch(63.6 69.4 121.7) |
| OKLCH | oklch(0.674 0.167 128.9) |
Copy-ready code
/* CSS */
color: #76a921;
background-color: #76a921;
/* Tailwind (arbitrary) */
class="text-[#76a921] bg-[#76a921]"
/* SCSS */
$brand: #76a921;
/* SwiftUI */
Color(red: 0.463, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#76a921")Accessibility — WCAG contrast
Aa
#76a921 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76a921 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green66.3%
Blue12.9%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow80.5%
Key (black)33.7%
Color previews
#76a921 text on a black background
contrast 7.47:1
Card sample
#76a921 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76a921;
Background color
Panel with #76a921 background
background-color: #76a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76a921; background: linear-gradient(135deg, #76a921, #21A927);