#5eb522
a dark, vivid green · cool · closest name: forestgreen
RGB
94, 181, 34
HSL
96°, 68%, 42%
CMYK
48, 0, 81, 29
Luminance
0.3554
Every format
| HEX | #5eb522 |
| RGB | rgb(94, 181, 34) |
| HSL | hsl(96, 68%, 42%) |
| CMYK | cmyk(48%, 0%, 81%, 29%) |
| LAB | lab(66.2 -49.9 60.6) |
| LCH | lch(66.2 78.5 129.4) |
| OKLCH | oklch(0.692 0.193 136.1) |
Copy-ready code
/* CSS */
color: #5eb522;
background-color: #5eb522;
/* Tailwind (arbitrary) */
class="text-[#5eb522] bg-[#5eb522]"
/* SCSS */
$brand: #5eb522;
/* SwiftUI */
Color(red: 0.369, green: 0.710, blue: 0.133)
/* Android */
Color.parseColor("#5eb522")Accessibility — WCAG contrast
Aa
#5eb522 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb522 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.0%
Blue13.3%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow81.2%
Key (black)29.0%
Color previews
#5eb522 text on a black background
contrast 8.11:1
Card sample
#5eb522 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb522;
Background color
Panel with #5eb522 background
background-color: #5eb522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 181, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 181, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb522; background: linear-gradient(135deg, #5eb522, #22B548);