#8f8847
a dark, soft yellow · cool · closest name: olive
RGB
143, 136, 71
HSL
54°, 34%, 42%
CMYK
0, 5, 50, 44
Luminance
0.2390
Every format
| HEX | #8f8847 |
| RGB | rgb(143, 136, 71) |
| HSL | hsl(54, 34%, 42%) |
| CMYK | cmyk(0%, 5%, 50%, 44%) |
| LAB | lab(56.0 -6.8 35.6) |
| LCH | lch(56.0 36.2 100.7) |
| OKLCH | oklch(0.618 0.087 103.1) |
Copy-ready code
/* CSS */
color: #8f8847;
background-color: #8f8847;
/* Tailwind (arbitrary) */
class="text-[#8f8847] bg-[#8f8847]"
/* SCSS */
$brand: #8f8847;
/* SwiftUI */
Color(red: 0.561, green: 0.533, blue: 0.278)
/* Android */
Color.parseColor("#8f8847")Accessibility — WCAG contrast
Aa
#8f8847 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8847 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green53.3%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow50.3%
Key (black)43.9%
Color previews
#8f8847 text on a black background
contrast 5.78:1
Card sample
#8f8847 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8847;
Background color
Panel with #8f8847 background
background-color: #8f8847;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8847;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 136, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 136, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8847; background: linear-gradient(135deg, #8f8847, #668F47);