#5eb41f
a dark, vivid green · cool · closest name: forestgreen
RGB
94, 180, 31
HSL
95°, 71%, 41%
CMYK
48, 0, 83, 29
Luminance
0.3512
Every format
| HEX | #5eb41f |
| RGB | rgb(94, 180, 31) |
| HSL | hsl(95, 71%, 41%) |
| CMYK | cmyk(48%, 0%, 83%, 29%) |
| LAB | lab(65.8 -49.6 61.1) |
| LCH | lch(65.8 78.7 129.1) |
| OKLCH | oklch(0.689 0.193 135.9) |
Copy-ready code
/* CSS */
color: #5eb41f;
background-color: #5eb41f;
/* Tailwind (arbitrary) */
class="text-[#5eb41f] bg-[#5eb41f]"
/* SCSS */
$brand: #5eb41f;
/* SwiftUI */
Color(red: 0.369, green: 0.706, blue: 0.122)
/* Android */
Color.parseColor("#5eb41f")Accessibility — WCAG contrast
Aa
#5eb41f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb41f on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green70.6%
Blue12.2%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow82.8%
Key (black)29.4%
Color previews
#5eb41f text on a black background
contrast 8.02:1
Card sample
#5eb41f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb41f;
Background color
Panel with #5eb41f background
background-color: #5eb41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 180, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 180, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb41f; background: linear-gradient(135deg, #5eb41f, #1FB443);