#5eb608
a dark, electric green · cool · closest name: green
RGB
94, 182, 8
HSL
90°, 92%, 37%
CMYK
48, 0, 96, 29
Luminance
0.3585
Every format
| HEX | #5eb608 |
| RGB | rgb(94, 182, 8) |
| HSL | hsl(90, 92%, 37%) |
| CMYK | cmyk(48%, 0%, 96%, 29%) |
| LAB | lab(66.4 -51.1 65.9) |
| LCH | lch(66.4 83.4 127.8) |
| OKLCH | oklch(0.694 0.202 135.3) |
Copy-ready code
/* CSS */
color: #5eb608;
background-color: #5eb608;
/* Tailwind (arbitrary) */
class="text-[#5eb608] bg-[#5eb608]"
/* SCSS */
$brand: #5eb608;
/* SwiftUI */
Color(red: 0.369, green: 0.714, blue: 0.031)
/* Android */
Color.parseColor("#5eb608")Accessibility — WCAG contrast
Aa
#5eb608 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb608 on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.4%
Blue3.1%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow95.6%
Key (black)28.6%
Color previews
#5eb608 text on a black background
contrast 8.17:1
Card sample
#5eb608 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb608;
Background color
Panel with #5eb608 background
background-color: #5eb608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 182, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 182, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb608; background: linear-gradient(135deg, #5eb608, #08B626);