#5eb040
a balanced, vivid green · cool · closest name: forestgreen
RGB
94, 176, 64
HSL
104°, 47%, 47%
CMYK
47, 0, 64, 31
Luminance
0.3380
Every format
| HEX | #5eb040 |
| RGB | rgb(94, 176, 64) |
| HSL | hsl(104, 47%, 47%) |
| CMYK | cmyk(47%, 0%, 64%, 31%) |
| LAB | lab(64.8 -45.7 48.3) |
| LCH | lch(64.8 66.5 133.4) |
| OKLCH | oklch(0.681 0.169 138.4) |
Copy-ready code
/* CSS */
color: #5eb040;
background-color: #5eb040;
/* Tailwind (arbitrary) */
class="text-[#5eb040] bg-[#5eb040]"
/* SCSS */
$brand: #5eb040;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.251)
/* Android */
Color.parseColor("#5eb040")Accessibility — WCAG contrast
Aa
#5eb040 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb040 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue25.1%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow63.6%
Key (black)31.0%
Color previews
#5eb040 text on a black background
contrast 7.76:1
Card sample
#5eb040 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb040;
Background color
Panel with #5eb040 background
background-color: #5eb040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb040; background: linear-gradient(135deg, #5eb040, #40B06D);