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