#967421
a dark, vivid yellow · warm · closest name: peru
RGB
150, 116, 33
HSL
43°, 64%, 36%
CMYK
0, 23, 78, 41
Luminance
0.1908
Every format
| HEX | #967421 |
| RGB | rgb(150, 116, 33) |
| HSL | hsl(43, 64%, 36%) |
| CMYK | cmyk(0%, 23%, 78%, 41%) |
| LAB | lab(50.8 5.0 48.0) |
| LCH | lch(50.8 48.3 84.1) |
| OKLCH | oklch(0.578 0.106 85.2) |
Copy-ready code
/* CSS */
color: #967421;
background-color: #967421;
/* Tailwind (arbitrary) */
class="text-[#967421] bg-[#967421]"
/* SCSS */
$brand: #967421;
/* SwiftUI */
Color(red: 0.588, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#967421")Accessibility — WCAG contrast
Aa
#967421 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#967421 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow78.0%
Key (black)41.2%
Color previews
#967421 text on a black background
contrast 4.82:1
Card sample
#967421 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #967421;
Background color
Panel with #967421 background
background-color: #967421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #967421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #967421; background: linear-gradient(135deg, #967421, #6A9621);