#a33f21
a dark, vivid red · warm · closest name: sienna
RGB
163, 63, 33
HSL
14°, 66%, 38%
CMYK
0, 61, 80, 36
Luminance
0.1145
Every format
| HEX | #a33f21 |
| RGB | rgb(163, 63, 33) |
| HSL | hsl(14, 66%, 38%) |
| CMYK | cmyk(0%, 61%, 80%, 36%) |
| LAB | lab(40.3 39.8 38.5) |
| LCH | lch(40.3 55.3 44.1) |
| OKLCH | oklch(0.501 0.140 37.0) |
Copy-ready code
/* CSS */
color: #a33f21;
background-color: #a33f21;
/* Tailwind (arbitrary) */
class="text-[#a33f21] bg-[#a33f21]"
/* SCSS */
$brand: #a33f21;
/* SwiftUI */
Color(red: 0.639, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#a33f21")Accessibility — WCAG contrast
Aa
#a33f21 on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33f21 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow79.8%
Key (black)36.1%
Color previews
#a33f21 text on a black background
contrast 3.29:1
Card sample
#a33f21 text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33f21;
Background color
Panel with #a33f21 background
background-color: #a33f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33f21; background: linear-gradient(135deg, #a33f21, #A39521);