#5ba430
a dark, vivid green · cool · closest name: forestgreen
RGB
91, 164, 48
HSL
98°, 55%, 42%
CMYK
45, 0, 71, 36
Luminance
0.2899
Every format
| HEX | #5ba430 |
| RGB | rgb(91, 164, 48) |
| HSL | hsl(98, 55%, 42%) |
| CMYK | cmyk(45%, 0%, 71%, 36%) |
| LAB | lab(60.8 -43.1 50.6) |
| LCH | lch(60.8 66.5 130.4) |
| OKLCH | oklch(0.647 0.166 136.2) |
Copy-ready code
/* CSS */
color: #5ba430;
background-color: #5ba430;
/* Tailwind (arbitrary) */
class="text-[#5ba430] bg-[#5ba430]"
/* SCSS */
$brand: #5ba430;
/* SwiftUI */
Color(red: 0.357, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#5ba430")Accessibility — WCAG contrast
Aa
#5ba430 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5ba430 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green64.3%
Blue18.8%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#5ba430 text on a black background
contrast 6.80:1
Card sample
#5ba430 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba430;
Background color
Panel with #5ba430 background
background-color: #5ba430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba430; background: linear-gradient(135deg, #5ba430, #30A452);