#8a6f0f
a dark, electric yellow · cool · closest name: olive
RGB
138, 111, 15
HSL
47°, 80%, 30%
CMYK
0, 20, 89, 46
Luminance
0.1681
Every format
| HEX | #8a6f0f |
| RGB | rgb(138, 111, 15) |
| HSL | hsl(47, 80%, 30%) |
| CMYK | cmyk(0%, 20%, 89%, 46%) |
| LAB | lab(48.0 1.6 51.1) |
| LCH | lch(48.0 51.1 88.2) |
| OKLCH | oklch(0.552 0.108 91.0) |
Copy-ready code
/* CSS */
color: #8a6f0f;
background-color: #8a6f0f;
/* Tailwind (arbitrary) */
class="text-[#8a6f0f] bg-[#8a6f0f]"
/* SCSS */
$brand: #8a6f0f;
/* SwiftUI */
Color(red: 0.541, green: 0.435, blue: 0.059)
/* Android */
Color.parseColor("#8a6f0f")Accessibility — WCAG contrast
Aa
#8a6f0f on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a6f0f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green43.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow89.1%
Key (black)45.9%
Color previews
#8a6f0f text on a black background
contrast 4.36:1
Card sample
#8a6f0f text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a6f0f;
Background color
Panel with #8a6f0f background
background-color: #8a6f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a6f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 111, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 111, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a6f0f; background: linear-gradient(135deg, #8a6f0f, #538A0F);