#a83521
a dark, vivid red · warm · closest name: firebrick
RGB
168, 53, 33
HSL
9°, 67%, 39%
CMYK
0, 69, 80, 34
Luminance
0.1098
Every format
| HEX | #a83521 |
| RGB | rgb(168, 53, 33) |
| HSL | hsl(9, 67%, 39%) |
| CMYK | cmyk(0%, 69%, 80%, 34%) |
| LAB | lab(39.5 46.1 38.0) |
| LCH | lch(39.5 59.7 39.5) |
| OKLCH | oklch(0.496 0.154 32.3) |
Copy-ready code
/* CSS */
color: #a83521;
background-color: #a83521;
/* Tailwind (arbitrary) */
class="text-[#a83521] bg-[#a83521]"
/* SCSS */
$brand: #a83521;
/* SwiftUI */
Color(red: 0.659, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#a83521")Accessibility — WCAG contrast
Aa
#a83521 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a83521 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow80.4%
Key (black)34.1%
Color previews
#a83521 text on a black background
contrast 3.20:1
Card sample
#a83521 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a83521;
Background color
Panel with #a83521 background
background-color: #a83521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a83521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a83521; background: linear-gradient(135deg, #a83521, #A88F21);