#963821
a dark, vivid red · warm · closest name: sienna
RGB
150, 56, 33
HSL
12°, 64%, 36%
CMYK
0, 63, 78, 41
Luminance
0.0942
Every format
| HEX | #963821 |
| RGB | rgb(150, 56, 33) |
| HSL | hsl(12, 64%, 36%) |
| CMYK | cmyk(0%, 63%, 78%, 41%) |
| LAB | lab(36.8 38.2 34.1) |
| LCH | lch(36.8 51.2 41.8) |
| OKLCH | oklch(0.470 0.132 34.9) |
Copy-ready code
/* CSS */
color: #963821;
background-color: #963821;
/* Tailwind (arbitrary) */
class="text-[#963821] bg-[#963821]"
/* SCSS */
$brand: #963821;
/* SwiftUI */
Color(red: 0.588, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#963821")Accessibility — WCAG contrast
Aa
#963821 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#963821 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow78.0%
Key (black)41.2%
Color previews
#963821 text on a black background
contrast 2.88:1
Card sample
#963821 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #963821;
Background color
Panel with #963821 background
background-color: #963821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #963821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #963821; background: linear-gradient(135deg, #963821, #968621);