#5eb129
a dark, vivid green · cool · closest name: forestgreen
RGB
94, 177, 41
HSL
97°, 62%, 43%
CMYK
47, 0, 77, 31
Luminance
0.3398
Every format
| HEX | #5eb129 |
| RGB | rgb(94, 177, 41) |
| HSL | hsl(97, 62%, 43%) |
| CMYK | cmyk(47%, 0%, 77%, 31%) |
| LAB | lab(65.0 -47.9 57.4) |
| LCH | lch(65.0 74.7 129.9) |
| OKLCH | oklch(0.682 0.185 136.2) |
Copy-ready code
/* CSS */
color: #5eb129;
background-color: #5eb129;
/* Tailwind (arbitrary) */
class="text-[#5eb129] bg-[#5eb129]"
/* SCSS */
$brand: #5eb129;
/* SwiftUI */
Color(red: 0.369, green: 0.694, blue: 0.161)
/* Android */
Color.parseColor("#5eb129")Accessibility — WCAG contrast
Aa
#5eb129 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb129 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.4%
Blue16.1%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow76.8%
Key (black)30.6%
Color previews
#5eb129 text on a black background
contrast 7.80:1
Card sample
#5eb129 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb129;
Background color
Panel with #5eb129 background
background-color: #5eb129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 177, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 177, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb129; background: linear-gradient(135deg, #5eb129, #29B14F);