#8a720e
a dark, electric yellow · cool · closest name: olive
RGB
138, 114, 14
HSL
48°, 82%, 30%
CMYK
0, 17, 90, 46
Luminance
0.1747
Every format
| HEX | #8a720e |
| RGB | rgb(138, 114, 14) |
| HSL | hsl(48, 82%, 30%) |
| CMYK | cmyk(0%, 17%, 90%, 46%) |
| LAB | lab(48.9 -0.1 52.0) |
| LCH | lch(48.9 52.0 90.2) |
| OKLCH | oklch(0.559 0.111 93.6) |
Copy-ready code
/* CSS */
color: #8a720e;
background-color: #8a720e;
/* Tailwind (arbitrary) */
class="text-[#8a720e] bg-[#8a720e]"
/* SCSS */
$brand: #8a720e;
/* SwiftUI */
Color(red: 0.541, green: 0.447, blue: 0.055)
/* Android */
Color.parseColor("#8a720e")Accessibility — WCAG contrast
Aa
#8a720e on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a720e on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green44.7%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow89.9%
Key (black)45.9%
Color previews
#8a720e text on a black background
contrast 4.49:1
Card sample
#8a720e text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a720e;
Background color
Panel with #8a720e background
background-color: #8a720e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a720e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 114, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 114, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a720e; background: linear-gradient(135deg, #8a720e, #4F8A0E);