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