#5ba913
a dark, electric green · cool · closest name: forestgreen
RGB
91, 169, 19
HSL
91°, 80%, 37%
CMYK
46, 0, 89, 34
Luminance
0.3065
Every format
| HEX | #5ba913 |
| RGB | rgb(91, 169, 19) |
| HSL | hsl(91, 80%, 37%) |
| CMYK | cmyk(46%, 0%, 89%, 34%) |
| LAB | lab(62.2 -46.7 60.7) |
| LCH | lch(62.2 76.6 127.6) |
| OKLCH | oklch(0.659 0.186 134.9) |
Copy-ready code
/* CSS */
color: #5ba913;
background-color: #5ba913;
/* Tailwind (arbitrary) */
class="text-[#5ba913] bg-[#5ba913]"
/* SCSS */
$brand: #5ba913;
/* SwiftUI */
Color(red: 0.357, green: 0.663, blue: 0.075)
/* Android */
Color.parseColor("#5ba913")Accessibility — WCAG contrast
Aa
#5ba913 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba913 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green66.3%
Blue7.5%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow88.8%
Key (black)33.7%
Color previews
#5ba913 text on a black background
contrast 7.13:1
Card sample
#5ba913 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba913;
Background color
Panel with #5ba913 background
background-color: #5ba913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 169, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 169, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba913; background: linear-gradient(135deg, #5ba913, #13A92F);