#968607
a dark, electric yellow · cool · closest name: olive
RGB
150, 134, 7
HSL
53°, 91%, 31%
CMYK
0, 11, 95, 41
Luminance
0.2355
Every format
| HEX | #968607 |
| RGB | rgb(150, 134, 7) |
| HSL | hsl(53, 91%, 31%) |
| CMYK | cmyk(0%, 11%, 95%, 41%) |
| LAB | lab(55.6 -5.8 59.1) |
| LCH | lch(55.6 59.4 95.6) |
| OKLCH | oklch(0.616 0.127 100.8) |
Copy-ready code
/* CSS */
color: #968607;
background-color: #968607;
/* Tailwind (arbitrary) */
class="text-[#968607] bg-[#968607]"
/* SCSS */
$brand: #968607;
/* SwiftUI */
Color(red: 0.588, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#968607")Accessibility — WCAG contrast
Aa
#968607 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#968607 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow95.3%
Key (black)41.2%
Color previews
#968607 text on a black background
contrast 5.71:1
Card sample
#968607 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968607;
Background color
Panel with #968607 background
background-color: #968607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968607; background: linear-gradient(135deg, #968607, #479607);