#74a11a
a dark, vivid green · cool · closest name: olivedrab
RGB
116, 161, 26
HSL
80°, 72%, 37%
CMYK
28, 0, 84, 37
Luminance
0.2928
Every format
| HEX | #74a11a |
| RGB | rgb(116, 161, 26) |
| HSL | hsl(80, 72%, 37%) |
| CMYK | cmyk(28%, 0%, 84%, 37%) |
| LAB | lab(61.0 -34.0 58.6) |
| LCH | lch(61.0 67.7 120.1) |
| OKLCH | oklch(0.653 0.161 127.5) |
Copy-ready code
/* CSS */
color: #74a11a;
background-color: #74a11a;
/* Tailwind (arbitrary) */
class="text-[#74a11a] bg-[#74a11a]"
/* SCSS */
$brand: #74a11a;
/* SwiftUI */
Color(red: 0.455, green: 0.631, blue: 0.102)
/* Android */
Color.parseColor("#74a11a")Accessibility — WCAG contrast
Aa
#74a11a on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#74a11a on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green63.1%
Blue10.2%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow83.9%
Key (black)36.9%
Color previews
#74a11a text on a black background
contrast 6.86:1
Card sample
#74a11a text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74a11a;
Background color
Panel with #74a11a background
background-color: #74a11a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74a11a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 161, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 161, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74a11a; background: linear-gradient(135deg, #74a11a, #1AA11A);