#75b921
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 185, 33
HSL
87°, 70%, 43%
CMYK
37, 0, 82, 28
Luminance
0.3859
Every format
| HEX | #75b921 |
| RGB | rgb(117, 185, 33) |
| HSL | hsl(87, 70%, 43%) |
| CMYK | cmyk(37%, 0%, 82%, 28%) |
| LAB | lab(68.5 -43.8 63.4) |
| LCH | lch(68.5 77.0 124.7) |
| OKLCH | oklch(0.713 0.186 131.8) |
Copy-ready code
/* CSS */
color: #75b921;
background-color: #75b921;
/* Tailwind (arbitrary) */
class="text-[#75b921] bg-[#75b921]"
/* SCSS */
$brand: #75b921;
/* SwiftUI */
Color(red: 0.459, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#75b921")Accessibility — WCAG contrast
Aa
#75b921 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b921 on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green72.5%
Blue12.9%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#75b921 text on a black background
contrast 8.72:1
Card sample
#75b921 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b921;
Background color
Panel with #75b921 background
background-color: #75b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b921; background: linear-gradient(135deg, #75b921, #21B932);