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