#75a721
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 167, 33
HSL
82°, 67%, 39%
CMYK
30, 0, 80, 35
Luminance
0.3153
Every format
| HEX | #75a721 |
| RGB | rgb(117, 167, 33) |
| HSL | hsl(82, 67%, 39%) |
| CMYK | cmyk(30%, 0%, 80%, 35%) |
| LAB | lab(63.0 -36.0 58.4) |
| LCH | lch(63.0 68.6 121.7) |
| OKLCH | oklch(0.668 0.165 128.8) |
Copy-ready code
/* CSS */
color: #75a721;
background-color: #75a721;
/* Tailwind (arbitrary) */
class="text-[#75a721] bg-[#75a721]"
/* SCSS */
$brand: #75a721;
/* SwiftUI */
Color(red: 0.459, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#75a721")Accessibility — WCAG contrast
Aa
#75a721 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75a721 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#75a721 text on a black background
contrast 7.31:1
Card sample
#75a721 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75a721;
Background color
Panel with #75a721 background
background-color: #75a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75a721; background: linear-gradient(135deg, #75a721, #21A726);