#967708
a dark, electric yellow · cool · closest name: olive
RGB
150, 119, 8
HSL
47°, 90%, 31%
CMYK
0, 21, 95, 41
Luminance
0.1970
Every format
| HEX | #967708 |
| RGB | rgb(150, 119, 8) |
| HSL | hsl(47, 90%, 31%) |
| CMYK | cmyk(0%, 21%, 95%, 41%) |
| LAB | lab(51.5 2.6 55.8) |
| LCH | lch(51.5 55.9 87.4) |
| OKLCH | oklch(0.583 0.117 90.1) |
Copy-ready code
/* CSS */
color: #967708;
background-color: #967708;
/* Tailwind (arbitrary) */
class="text-[#967708] bg-[#967708]"
/* SCSS */
$brand: #967708;
/* SwiftUI */
Color(red: 0.588, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#967708")Accessibility — WCAG contrast
Aa
#967708 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#967708 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow94.7%
Key (black)41.2%
Color previews
#967708 text on a black background
contrast 4.94:1
Card sample
#967708 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #967708;
Background color
Panel with #967708 background
background-color: #967708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #967708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #967708; background: linear-gradient(135deg, #967708, #569608);