#8f7939
a dark, soft yellow · warm · closest name: olive
RGB
143, 121, 57
HSL
45°, 43%, 39%
CMYK
0, 15, 60, 44
Luminance
0.1981
Every format
| HEX | #8f7939 |
| RGB | rgb(143, 121, 57) |
| HSL | hsl(45, 43%, 39%) |
| CMYK | cmyk(0%, 15%, 60%, 44%) |
| LAB | lab(51.6 0.4 37.6) |
| LCH | lch(51.6 37.6 89.4) |
| OKLCH | oklch(0.583 0.088 90.5) |
Copy-ready code
/* CSS */
color: #8f7939;
background-color: #8f7939;
/* Tailwind (arbitrary) */
class="text-[#8f7939] bg-[#8f7939]"
/* SCSS */
$brand: #8f7939;
/* SwiftUI */
Color(red: 0.561, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#8f7939")Accessibility — WCAG contrast
Aa
#8f7939 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7939 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow60.1%
Key (black)43.9%
Color previews
#8f7939 text on a black background
contrast 4.96:1
Card sample
#8f7939 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7939;
Background color
Panel with #8f7939 background
background-color: #8f7939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7939; background: linear-gradient(135deg, #8f7939, #6C8F39);