#964821
a dark, vivid orange · warm · closest name: sienna
RGB
150, 72, 33
HSL
20°, 64%, 36%
CMYK
0, 52, 78, 41
Luminance
0.1123
Every format
| HEX | #964821 |
| RGB | rgb(150, 72, 33) |
| HSL | hsl(20, 64%, 36%) |
| CMYK | cmyk(0%, 52%, 78%, 41%) |
| LAB | lab(40.0 30.0 37.4) |
| LCH | lch(40.0 48.0 51.3) |
| OKLCH | oklch(0.494 0.117 44.9) |
Copy-ready code
/* CSS */
color: #964821;
background-color: #964821;
/* Tailwind (arbitrary) */
class="text-[#964821] bg-[#964821]"
/* SCSS */
$brand: #964821;
/* SwiftUI */
Color(red: 0.588, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#964821")Accessibility — WCAG contrast
Aa
#964821 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#964821 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow78.0%
Key (black)41.2%
Color previews
#964821 text on a black background
contrast 3.25:1
Card sample
#964821 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #964821;
Background color
Panel with #964821 background
background-color: #964821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #964821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #964821; background: linear-gradient(135deg, #964821, #969621);