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