#75b721
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 183, 33
HSL
86°, 69%, 42%
CMYK
36, 0, 82, 28
Luminance
0.3776
Every format
| HEX | #75b721 |
| RGB | rgb(117, 183, 33) |
| HSL | hsl(86, 69%, 42%) |
| CMYK | cmyk(36%, 0%, 82%, 28%) |
| LAB | lab(67.8 -43.0 62.8) |
| LCH | lch(67.8 76.1 124.4) |
| OKLCH | oklch(0.708 0.184 131.6) |
Copy-ready code
/* CSS */
color: #75b721;
background-color: #75b721;
/* Tailwind (arbitrary) */
class="text-[#75b721] bg-[#75b721]"
/* SCSS */
$brand: #75b721;
/* SwiftUI */
Color(red: 0.459, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#75b721")Accessibility — WCAG contrast
Aa
#75b721 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b721 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green71.8%
Blue12.9%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#75b721 text on a black background
contrast 8.55:1
Card sample
#75b721 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b721;
Background color
Panel with #75b721 background
background-color: #75b721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b721; background: linear-gradient(135deg, #75b721, #21B731);