#75b521
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 181, 33
HSL
86°, 69%, 42%
CMYK
35, 0, 82, 29
Luminance
0.3694
Every format
| HEX | #75b521 |
| RGB | rgb(117, 181, 33) |
| HSL | hsl(86, 69%, 42%) |
| CMYK | cmyk(35%, 0%, 82%, 29%) |
| LAB | lab(67.2 -42.1 62.3) |
| LCH | lch(67.2 75.2 124.1) |
| OKLCH | oklch(0.703 0.182 131.3) |
Copy-ready code
/* CSS */
color: #75b521;
background-color: #75b521;
/* Tailwind (arbitrary) */
class="text-[#75b521] bg-[#75b521]"
/* SCSS */
$brand: #75b521;
/* SwiftUI */
Color(red: 0.459, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#75b521")Accessibility — WCAG contrast
Aa
#75b521 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b521 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green71.0%
Blue12.9%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#75b521 text on a black background
contrast 8.39:1
Card sample
#75b521 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b521;
Background color
Panel with #75b521 background
background-color: #75b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b521; background: linear-gradient(135deg, #75b521, #21B530);