#75b913
a dark, electric green · cool · closest name: olivedrab
RGB
117, 185, 19
HSL
85°, 81%, 40%
CMYK
37, 0, 90, 28
Luminance
0.3853
Every format
| HEX | #75b913 |
| RGB | rgb(117, 185, 19) |
| HSL | hsl(85, 81%, 40%) |
| CMYK | cmyk(37%, 0%, 90%, 28%) |
| LAB | lab(68.4 -44.3 66.4) |
| LCH | lch(68.4 79.8 123.7) |
| OKLCH | oklch(0.713 0.191 131.4) |
Copy-ready code
/* CSS */
color: #75b913;
background-color: #75b913;
/* Tailwind (arbitrary) */
class="text-[#75b913] bg-[#75b913]"
/* SCSS */
$brand: #75b913;
/* SwiftUI */
Color(red: 0.459, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#75b913")Accessibility — WCAG contrast
Aa
#75b913 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75b913 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green72.5%
Blue7.5%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#75b913 text on a black background
contrast 8.71:1
Card sample
#75b913 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75b913;
Background color
Panel with #75b913 background
background-color: #75b913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75b913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75b913; background: linear-gradient(135deg, #75b913, #13B920);