#75ae13
a dark, electric green · cool · closest name: olivedrab
RGB
117, 174, 19
HSL
82°, 80%, 38%
CMYK
33, 0, 89, 32
Luminance
0.3410
Every format
| HEX | #75ae13 |
| RGB | rgb(117, 174, 19) |
| HSL | hsl(82, 80%, 38%) |
| CMYK | cmyk(33%, 0%, 89%, 32%) |
| LAB | lab(65.0 -39.6 63.6) |
| LCH | lch(65.0 74.9 121.9) |
| OKLCH | oklch(0.685 0.178 129.6) |
Copy-ready code
/* CSS */
color: #75ae13;
background-color: #75ae13;
/* Tailwind (arbitrary) */
class="text-[#75ae13] bg-[#75ae13]"
/* SCSS */
$brand: #75ae13;
/* SwiftUI */
Color(red: 0.459, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#75ae13")Accessibility — WCAG contrast
Aa
#75ae13 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ae13 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green68.2%
Blue7.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow89.1%
Key (black)31.8%
Color previews
#75ae13 text on a black background
contrast 7.82:1
Card sample
#75ae13 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ae13;
Background color
Panel with #75ae13 background
background-color: #75ae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ae13; background: linear-gradient(135deg, #75ae13, #13AE18);