#5eb113
a dark, electric green · cool · closest name: green
RGB
94, 177, 19
HSL
92°, 81%, 38%
CMYK
47, 0, 89, 31
Luminance
0.3387
Every format
| HEX | #5eb113 |
| RGB | rgb(94, 177, 19) |
| HSL | hsl(92, 81%, 38%) |
| CMYK | cmyk(47%, 0%, 89%, 31%) |
| LAB | lab(64.9 -48.9 63.0) |
| LCH | lch(64.9 79.7 127.8) |
| OKLCH | oklch(0.681 0.194 135.1) |
Copy-ready code
/* CSS */
color: #5eb113;
background-color: #5eb113;
/* Tailwind (arbitrary) */
class="text-[#5eb113] bg-[#5eb113]"
/* SCSS */
$brand: #5eb113;
/* SwiftUI */
Color(red: 0.369, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#5eb113")Accessibility — WCAG contrast
Aa
#5eb113 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb113 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.4%
Blue7.5%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#5eb113 text on a black background
contrast 7.77:1
Card sample
#5eb113 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb113;
Background color
Panel with #5eb113 background
background-color: #5eb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb113; background: linear-gradient(135deg, #5eb113, #13B131);