#5eb809
a dark, electric green · cool · closest name: green
RGB
94, 184, 9
HSL
91°, 91%, 38%
CMYK
49, 0, 95, 28
Luminance
0.3668
Every format
| HEX | #5eb809 |
| RGB | rgb(94, 184, 9) |
| HSL | hsl(91, 91%, 38%) |
| CMYK | cmyk(49%, 0%, 95%, 28%) |
| LAB | lab(67.0 -51.8 66.3) |
| LCH | lch(67.0 84.1 128.0) |
| OKLCH | oklch(0.699 0.204 135.5) |
Copy-ready code
/* CSS */
color: #5eb809;
background-color: #5eb809;
/* Tailwind (arbitrary) */
class="text-[#5eb809] bg-[#5eb809]"
/* SCSS */
$brand: #5eb809;
/* SwiftUI */
Color(red: 0.369, green: 0.722, blue: 0.035)
/* Android */
Color.parseColor("#5eb809")Accessibility — WCAG contrast
Aa
#5eb809 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb809 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.2%
Blue3.5%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow95.1%
Key (black)27.8%
Color previews
#5eb809 text on a black background
contrast 8.34:1
Card sample
#5eb809 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb809;
Background color
Panel with #5eb809 background
background-color: #5eb809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 184, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 184, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb809; background: linear-gradient(135deg, #5eb809, #09B829);