#75be21
a dark, vivid green · cool · closest name: olivedrab
RGB
117, 190, 33
HSL
88°, 70%, 44%
CMYK
38, 0, 83, 26
Luminance
0.4072
Every format
| HEX | #75be21 |
| RGB | rgb(117, 190, 33) |
| HSL | hsl(88, 70%, 44%) |
| CMYK | cmyk(38%, 0%, 83%, 26%) |
| LAB | lab(70.0 -45.9 64.7) |
| LCH | lch(70.0 79.4 125.4) |
| OKLCH | oklch(0.726 0.192 132.5) |
Copy-ready code
/* CSS */
color: #75be21;
background-color: #75be21;
/* Tailwind (arbitrary) */
class="text-[#75be21] bg-[#75be21]"
/* SCSS */
$brand: #75be21;
/* SwiftUI */
Color(red: 0.459, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#75be21")Accessibility — WCAG contrast
Aa
#75be21 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75be21 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green74.5%
Blue12.9%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow82.6%
Key (black)25.5%
Color previews
#75be21 text on a black background
contrast 9.14:1
Card sample
#75be21 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75be21;
Background color
Panel with #75be21 background
background-color: #75be21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75be21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75be21; background: linear-gradient(135deg, #75be21, #21BE36);