#967a0e
a dark, electric yellow · cool · closest name: olive
RGB
150, 122, 14
HSL
48°, 83%, 32%
CMYK
0, 19, 91, 41
Luminance
0.2043
Every format
| HEX | #967a0e |
| RGB | rgb(150, 122, 14) |
| HSL | hsl(48, 83%, 32%) |
| CMYK | cmyk(0%, 19%, 91%, 41%) |
| LAB | lab(52.3 1.0 55.3) |
| LCH | lch(52.3 55.3 89.0) |
| OKLCH | oklch(0.589 0.117 92.1) |
Copy-ready code
/* CSS */
color: #967a0e;
background-color: #967a0e;
/* Tailwind (arbitrary) */
class="text-[#967a0e] bg-[#967a0e]"
/* SCSS */
$brand: #967a0e;
/* SwiftUI */
Color(red: 0.588, green: 0.478, blue: 0.055)
/* Android */
Color.parseColor("#967a0e")Accessibility — WCAG contrast
Aa
#967a0e on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#967a0e on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green47.8%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow90.7%
Key (black)41.2%
Color previews
#967a0e text on a black background
contrast 5.09:1
Card sample
#967a0e text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #967a0e;
Background color
Panel with #967a0e background
background-color: #967a0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #967a0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 122, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 122, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #967a0e; background: linear-gradient(135deg, #967a0e, #58960E);