#5eba13
a dark, electric green · cool · closest name: green
RGB
94, 186, 19
HSL
93°, 82%, 40%
CMYK
50, 0, 90, 27
Luminance
0.3754
Every format
| HEX | #5eba13 |
| RGB | rgb(94, 186, 19) |
| HSL | hsl(93, 82%, 40%) |
| CMYK | cmyk(50%, 0%, 90%, 27%) |
| LAB | lab(67.7 -52.4 65.4) |
| LCH | lch(67.7 83.8 128.7) |
| OKLCH | oklch(0.704 0.204 135.9) |
Copy-ready code
/* CSS */
color: #5eba13;
background-color: #5eba13;
/* Tailwind (arbitrary) */
class="text-[#5eba13] bg-[#5eba13]"
/* SCSS */
$brand: #5eba13;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#5eba13")Accessibility — WCAG contrast
Aa
#5eba13 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eba13 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue7.5%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#5eba13 text on a black background
contrast 8.51:1
Card sample
#5eba13 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eba13;
Background color
Panel with #5eba13 background
background-color: #5eba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eba13; background: linear-gradient(135deg, #5eba13, #13BA37);