#76a821
a dark, vivid green · cool · closest name: olivedrab
RGB
118, 168, 33
HSL
82°, 67%, 39%
CMYK
30, 0, 80, 34
Luminance
0.3197
Every format
| HEX | #76a821 |
| RGB | rgb(118, 168, 33) |
| HSL | hsl(82, 67%, 39%) |
| CMYK | cmyk(30%, 0%, 80%, 34%) |
| LAB | lab(63.3 -36.0 58.7) |
| LCH | lch(63.3 68.9 121.5) |
| OKLCH | oklch(0.672 0.166 128.7) |
Copy-ready code
/* CSS */
color: #76a821;
background-color: #76a821;
/* Tailwind (arbitrary) */
class="text-[#76a821] bg-[#76a821]"
/* SCSS */
$brand: #76a821;
/* SwiftUI */
Color(red: 0.463, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#76a821")Accessibility — WCAG contrast
Aa
#76a821 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76a821 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green65.9%
Blue12.9%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#76a821 text on a black background
contrast 7.39:1
Card sample
#76a821 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76a821;
Background color
Panel with #76a821 background
background-color: #76a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76a821; background: linear-gradient(135deg, #76a821, #21A826);