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