#a63521
a dark, vivid red · warm · closest name: firebrick
RGB
166, 53, 33
HSL
9°, 67%, 39%
CMYK
0, 68, 80, 35
Luminance
0.1076
Every format
| HEX | #a63521 |
| RGB | rgb(166, 53, 33) |
| HSL | hsl(9, 67%, 39%) |
| CMYK | cmyk(0%, 68%, 80%, 35%) |
| LAB | lab(39.2 45.4 37.5) |
| LCH | lch(39.2 58.9 39.6) |
| OKLCH | oklch(0.493 0.152 32.4) |
Copy-ready code
/* CSS */
color: #a63521;
background-color: #a63521;
/* Tailwind (arbitrary) */
class="text-[#a63521] bg-[#a63521]"
/* SCSS */
$brand: #a63521;
/* SwiftUI */
Color(red: 0.651, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#a63521")Accessibility — WCAG contrast
Aa
#a63521 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a63521 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow80.1%
Key (black)34.9%
Color previews
#a63521 text on a black background
contrast 3.15:1
Card sample
#a63521 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a63521;
Background color
Panel with #a63521 background
background-color: #a63521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a63521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a63521; background: linear-gradient(135deg, #a63521, #A68E21);