#a63e21
a dark, vivid red · warm · closest name: sienna
RGB
166, 62, 33
HSL
13°, 67%, 39%
CMYK
0, 63, 80, 35
Luminance
0.1166
Every format
| HEX | #a63e21 |
| RGB | rgb(166, 62, 33) |
| HSL | hsl(13, 67%, 39%) |
| CMYK | cmyk(0%, 63%, 80%, 35%) |
| LAB | lab(40.7 41.4 39.0) |
| LCH | lch(40.7 56.8 43.3) |
| OKLCH | oklch(0.504 0.144 36.1) |
Copy-ready code
/* CSS */
color: #a63e21;
background-color: #a63e21;
/* Tailwind (arbitrary) */
class="text-[#a63e21] bg-[#a63e21]"
/* SCSS */
$brand: #a63e21;
/* SwiftUI */
Color(red: 0.651, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#a63e21")Accessibility — WCAG contrast
Aa
#a63e21 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a63e21 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green24.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow80.1%
Key (black)34.9%
Color previews
#a63e21 text on a black background
contrast 3.33:1
Card sample
#a63e21 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a63e21;
Background color
Panel with #a63e21 background
background-color: #a63e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a63e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a63e21; background: linear-gradient(135deg, #a63e21, #A69721);