#8fa747
a balanced, soft green · cool · closest name: olivedrab
RGB
143, 167, 71
HSL
75°, 40%, 47%
CMYK
14, 0, 58, 35
Luminance
0.3393
Every format
| HEX | #8fa747 |
| RGB | rgb(143, 167, 71) |
| HSL | hsl(75, 40%, 47%) |
| CMYK | cmyk(14%, 0%, 58%, 35%) |
| LAB | lab(64.9 -23.0 46.0) |
| LCH | lch(64.9 51.4 116.6) |
| OKLCH | oklch(0.690 0.126 121.5) |
Copy-ready code
/* CSS */
color: #8fa747;
background-color: #8fa747;
/* Tailwind (arbitrary) */
class="text-[#8fa747] bg-[#8fa747]"
/* SCSS */
$brand: #8fa747;
/* SwiftUI */
Color(red: 0.561, green: 0.655, blue: 0.278)
/* Android */
Color.parseColor("#8fa747")Accessibility — WCAG contrast
Aa
#8fa747 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fa747 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green65.5%
Blue27.8%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow57.5%
Key (black)34.5%
Color previews
#8fa747 text on a black background
contrast 7.79:1
Card sample
#8fa747 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fa747;
Background color
Panel with #8fa747 background
background-color: #8fa747;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fa747;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 167, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 167, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fa747; background: linear-gradient(135deg, #8fa747, #4FA747);