#966b21
a dark, vivid orange · warm · closest name: peru
RGB
150, 107, 33
HSL
38°, 64%, 36%
CMYK
0, 29, 78, 41
Luminance
0.1711
Every format
| HEX | #966b21 |
| RGB | rgb(150, 107, 33) |
| HSL | hsl(38, 64%, 36%) |
| CMYK | cmyk(0%, 29%, 78%, 41%) |
| LAB | lab(48.4 10.1 45.8) |
| LCH | lch(48.4 46.9 77.5) |
| OKLCH | oklch(0.559 0.103 76.7) |
Copy-ready code
/* CSS */
color: #966b21;
background-color: #966b21;
/* Tailwind (arbitrary) */
class="text-[#966b21] bg-[#966b21]"
/* SCSS */
$brand: #966b21;
/* SwiftUI */
Color(red: 0.588, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#966b21")Accessibility — WCAG contrast
Aa
#966b21 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#966b21 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow78.0%
Key (black)41.2%
Color previews
#966b21 text on a black background
contrast 4.42:1
Card sample
#966b21 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #966b21;
Background color
Panel with #966b21 background
background-color: #966b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #966b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #966b21; background: linear-gradient(135deg, #966b21, #739621);