#5eb009
a dark, electric green · cool · closest name: green
RGB
94, 176, 9
HSL
90°, 90%, 36%
CMYK
47, 0, 95, 31
Luminance
0.3345
Every format
| HEX | #5eb009 |
| RGB | rgb(94, 176, 9) |
| HSL | hsl(90, 90%, 36%) |
| CMYK | cmyk(47%, 0%, 95%, 31%) |
| LAB | lab(64.5 -48.8 64.2) |
| LCH | lch(64.5 80.6 127.2) |
| OKLCH | oklch(0.678 0.195 134.7) |
Copy-ready code
/* CSS */
color: #5eb009;
background-color: #5eb009;
/* Tailwind (arbitrary) */
class="text-[#5eb009] bg-[#5eb009]"
/* SCSS */
$brand: #5eb009;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.035)
/* Android */
Color.parseColor("#5eb009")Accessibility — WCAG contrast
Aa
#5eb009 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb009 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue3.5%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow94.9%
Key (black)31.0%
Color previews
#5eb009 text on a black background
contrast 7.69:1
Card sample
#5eb009 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb009;
Background color
Panel with #5eb009 background
background-color: #5eb009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb009; background: linear-gradient(135deg, #5eb009, #09B023);