#a33821
a dark, vivid red · warm · closest name: firebrick
RGB
163, 56, 33
HSL
11°, 66%, 38%
CMYK
0, 66, 80, 36
Luminance
0.1072
Every format
| HEX | #a33821 |
| RGB | rgb(163, 56, 33) |
| HSL | hsl(11, 66%, 38%) |
| CMYK | cmyk(0%, 66%, 80%, 36%) |
| LAB | lab(39.1 43.0 37.3) |
| LCH | lch(39.1 56.9 40.9) |
| OKLCH | oklch(0.491 0.146 33.8) |
Copy-ready code
/* CSS */
color: #a33821;
background-color: #a33821;
/* Tailwind (arbitrary) */
class="text-[#a33821] bg-[#a33821]"
/* SCSS */
$brand: #a33821;
/* SwiftUI */
Color(red: 0.639, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#a33821")Accessibility — WCAG contrast
Aa
#a33821 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33821 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow79.8%
Key (black)36.1%
Color previews
#a33821 text on a black background
contrast 3.14:1
Card sample
#a33821 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33821;
Background color
Panel with #a33821 background
background-color: #a33821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33821; background: linear-gradient(135deg, #a33821, #A38E21);