#5fa747
a balanced, soft green · cool · closest name: forestgreen
RGB
95, 167, 71
HSL
105°, 40%, 47%
CMYK
43, 0, 58, 35
Luminance
0.3053
Every format
| HEX | #5fa747 |
| RGB | rgb(95, 167, 71) |
| HSL | hsl(105, 40%, 47%) |
| CMYK | cmyk(43%, 0%, 58%, 35%) |
| LAB | lab(62.1 -40.9 42.0) |
| LCH | lch(62.1 58.6 134.2) |
| OKLCH | oklch(0.659 0.150 138.6) |
Copy-ready code
/* CSS */
color: #5fa747;
background-color: #5fa747;
/* Tailwind (arbitrary) */
class="text-[#5fa747] bg-[#5fa747]"
/* SCSS */
$brand: #5fa747;
/* SwiftUI */
Color(red: 0.373, green: 0.655, blue: 0.278)
/* Android */
Color.parseColor("#5fa747")Accessibility — WCAG contrast
Aa
#5fa747 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fa747 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green65.5%
Blue27.8%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow57.5%
Key (black)34.5%
Color previews
#5fa747 text on a black background
contrast 7.11:1
Card sample
#5fa747 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fa747;
Background color
Panel with #5fa747 background
background-color: #5fa747;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fa747;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 167, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 167, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fa747; background: linear-gradient(135deg, #5fa747, #47A76F);