#5eb40f
a dark, electric green · cool · closest name: green
RGB
94, 180, 15
HSL
91°, 85%, 38%
CMYK
48, 0, 92, 29
Luminance
0.3506
Every format
| HEX | #5eb40f |
| RGB | rgb(94, 180, 15) |
| HSL | hsl(91, 85%, 38%) |
| CMYK | cmyk(48%, 0%, 92%, 29%) |
| LAB | lab(65.8 -50.2 64.5) |
| LCH | lch(65.8 81.7 127.9) |
| OKLCH | oklch(0.689 0.198 135.3) |
Copy-ready code
/* CSS */
color: #5eb40f;
background-color: #5eb40f;
/* Tailwind (arbitrary) */
class="text-[#5eb40f] bg-[#5eb40f]"
/* SCSS */
$brand: #5eb40f;
/* SwiftUI */
Color(red: 0.369, green: 0.706, blue: 0.059)
/* Android */
Color.parseColor("#5eb40f")Accessibility — WCAG contrast
Aa
#5eb40f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb40f on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green70.6%
Blue5.9%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow91.7%
Key (black)29.4%
Color previews
#5eb40f text on a black background
contrast 8.01:1
Card sample
#5eb40f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb40f;
Background color
Panel with #5eb40f background
background-color: #5eb40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 180, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 180, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb40f; background: linear-gradient(135deg, #5eb40f, #0FB42E);