#5ba74f
a balanced, soft green · cool · closest name: forestgreen
RGB
91, 167, 79
HSL
112°, 36%, 48%
CMYK
46, 0, 53, 35
Luminance
0.3043
Every format
| HEX | #5ba74f |
| RGB | rgb(91, 167, 79) |
| HSL | hsl(112, 36%, 48%) |
| CMYK | cmyk(46%, 0%, 53%, 35%) |
| LAB | lab(62.0 -41.2 38.0) |
| LCH | lch(62.0 56.0 137.3) |
| OKLCH | oklch(0.659 0.145 141.0) |
Copy-ready code
/* CSS */
color: #5ba74f;
background-color: #5ba74f;
/* Tailwind (arbitrary) */
class="text-[#5ba74f] bg-[#5ba74f]"
/* SCSS */
$brand: #5ba74f;
/* SwiftUI */
Color(red: 0.357, green: 0.655, blue: 0.310)
/* Android */
Color.parseColor("#5ba74f")Accessibility — WCAG contrast
Aa
#5ba74f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba74f on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green65.5%
Blue31.0%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow52.7%
Key (black)34.5%
Color previews
#5ba74f text on a black background
contrast 7.09:1
Card sample
#5ba74f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba74f;
Background color
Panel with #5ba74f background
background-color: #5ba74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 167, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 167, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba74f; background: linear-gradient(135deg, #5ba74f, #4FA77E);