#5ba331
a dark, vivid green · cool · closest name: forestgreen
RGB
91, 163, 49
HSL
98°, 54%, 42%
CMYK
44, 0, 70, 36
Luminance
0.2864
Every format
| HEX | #5ba331 |
| RGB | rgb(91, 163, 49) |
| HSL | hsl(98, 54%, 42%) |
| CMYK | cmyk(44%, 0%, 70%, 36%) |
| LAB | lab(60.5 -42.6 49.9) |
| LCH | lch(60.5 65.6 130.5) |
| OKLCH | oklch(0.645 0.164 136.2) |
Copy-ready code
/* CSS */
color: #5ba331;
background-color: #5ba331;
/* Tailwind (arbitrary) */
class="text-[#5ba331] bg-[#5ba331]"
/* SCSS */
$brand: #5ba331;
/* SwiftUI */
Color(red: 0.357, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#5ba331")Accessibility — WCAG contrast
Aa
#5ba331 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5ba331 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green63.9%
Blue19.2%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#5ba331 text on a black background
contrast 6.73:1
Card sample
#5ba331 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba331;
Background color
Panel with #5ba331 background
background-color: #5ba331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba331; background: linear-gradient(135deg, #5ba331, #31A353);