#8f730f
a dark, electric yellow · cool · closest name: olive
RGB
143, 115, 15
HSL
47°, 81%, 31%
CMYK
0, 20, 90, 44
Luminance
0.1814
Every format
| HEX | #8f730f |
| RGB | rgb(143, 115, 15) |
| HSL | hsl(47, 81%, 31%) |
| CMYK | cmyk(0%, 20%, 90%, 44%) |
| LAB | lab(49.7 1.7 52.6) |
| LCH | lch(49.7 52.6 88.2) |
| OKLCH | oklch(0.567 0.112 91.0) |
Copy-ready code
/* CSS */
color: #8f730f;
background-color: #8f730f;
/* Tailwind (arbitrary) */
class="text-[#8f730f] bg-[#8f730f]"
/* SCSS */
$brand: #8f730f;
/* SwiftUI */
Color(red: 0.561, green: 0.451, blue: 0.059)
/* Android */
Color.parseColor("#8f730f")Accessibility — WCAG contrast
Aa
#8f730f on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f730f on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green45.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow89.5%
Key (black)43.9%
Color previews
#8f730f text on a black background
contrast 4.63:1
Card sample
#8f730f text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f730f;
Background color
Panel with #8f730f background
background-color: #8f730f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f730f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 115, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 115, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f730f; background: linear-gradient(135deg, #8f730f, #568F0F);