#967b00
a dark, electric yellow · cool · closest name: olive
RGB
150, 123, 0
HSL
49°, 100%, 29%
CMYK
0, 18, 100, 41
Luminance
0.2065
Every format
| HEX | #967b00 |
| RGB | rgb(150, 123, 0) |
| HSL | hsl(49, 100%, 29%) |
| CMYK | cmyk(0%, 18%, 100%, 41%) |
| LAB | lab(52.6 0.2 58.1) |
| LCH | lch(52.6 58.1 89.8) |
| OKLCH | oklch(0.591 0.121 93.5) |
Copy-ready code
/* CSS */
color: #967b00;
background-color: #967b00;
/* Tailwind (arbitrary) */
class="text-[#967b00] bg-[#967b00]"
/* SCSS */
$brand: #967b00;
/* SwiftUI */
Color(red: 0.588, green: 0.482, blue: 0.000)
/* Android */
Color.parseColor("#967b00")Accessibility — WCAG contrast
Aa
#967b00 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#967b00 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green48.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow100.0%
Key (black)41.2%
Color previews
#967b00 text on a black background
contrast 5.13:1
Card sample
#967b00 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #967b00;
Background color
Panel with #967b00 background
background-color: #967b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #967b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 123, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 123, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #967b00; background: linear-gradient(135deg, #967b00, #4D9600);