#a63c21
a dark, vivid red · warm · closest name: firebrick
RGB
166, 60, 33
HSL
12°, 67%, 39%
CMYK
0, 64, 80, 35
Luminance
0.1145
Every format
| HEX | #a63c21 |
| RGB | rgb(166, 60, 33) |
| HSL | hsl(12, 67%, 39%) |
| CMYK | cmyk(0%, 64%, 80%, 35%) |
| LAB | lab(40.3 42.3 38.6) |
| LCH | lch(40.3 57.3 42.4) |
| OKLCH | oklch(0.502 0.146 35.2) |
Copy-ready code
/* CSS */
color: #a63c21;
background-color: #a63c21;
/* Tailwind (arbitrary) */
class="text-[#a63c21] bg-[#a63c21]"
/* SCSS */
$brand: #a63c21;
/* SwiftUI */
Color(red: 0.651, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#a63c21")Accessibility — WCAG contrast
Aa
#a63c21 on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a63c21 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green23.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow80.1%
Key (black)34.9%
Color previews
#a63c21 text on a black background
contrast 3.29:1
Card sample
#a63c21 text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a63c21;
Background color
Panel with #a63c21 background
background-color: #a63c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a63c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a63c21; background: linear-gradient(135deg, #a63c21, #A69521);