#5ba708
a dark, electric green · cool · closest name: green
RGB
91, 167, 8
HSL
89°, 91%, 34%
CMYK
46, 0, 95, 35
Luminance
0.2988
Every format
| HEX | #5ba708 |
| RGB | rgb(91, 167, 8) |
| HSL | hsl(89, 91%, 34%) |
| CMYK | cmyk(46%, 0%, 95%, 35%) |
| LAB | lab(61.5 -46.2 61.9) |
| LCH | lch(61.5 77.2 126.7) |
| OKLCH | oklch(0.653 0.186 134.3) |
Copy-ready code
/* CSS */
color: #5ba708;
background-color: #5ba708;
/* Tailwind (arbitrary) */
class="text-[#5ba708] bg-[#5ba708]"
/* SCSS */
$brand: #5ba708;
/* SwiftUI */
Color(red: 0.357, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#5ba708")Accessibility — WCAG contrast
Aa
#5ba708 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5ba708 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green65.5%
Blue3.1%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow95.2%
Key (black)34.5%
Color previews
#5ba708 text on a black background
contrast 6.98:1
Card sample
#5ba708 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba708;
Background color
Panel with #5ba708 background
background-color: #5ba708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba708; background: linear-gradient(135deg, #5ba708, #08A71F);