#74aa21
a dark, vivid green · cool · closest name: olivedrab
RGB
116, 170, 33
HSL
84°, 68%, 40%
CMYK
32, 0, 81, 33
Luminance
0.3257
Every format
| HEX | #74aa21 |
| RGB | rgb(116, 170, 33) |
| HSL | hsl(84, 68%, 40%) |
| CMYK | cmyk(32%, 0%, 81%, 33%) |
| LAB | lab(63.8 -37.7 59.1) |
| LCH | lch(63.8 70.2 122.5) |
| OKLCH | oklch(0.675 0.169 129.7) |
Copy-ready code
/* CSS */
color: #74aa21;
background-color: #74aa21;
/* Tailwind (arbitrary) */
class="text-[#74aa21] bg-[#74aa21]"
/* SCSS */
$brand: #74aa21;
/* SwiftUI */
Color(red: 0.455, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#74aa21")Accessibility — WCAG contrast
Aa
#74aa21 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74aa21 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green66.7%
Blue12.9%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow80.6%
Key (black)33.3%
Color previews
#74aa21 text on a black background
contrast 7.51:1
Card sample
#74aa21 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74aa21;
Background color
Panel with #74aa21 background
background-color: #74aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74aa21; background: linear-gradient(135deg, #74aa21, #21AA29);