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