#ad2321
a dark, vivid red · warm · “firebrick”
RGB
173, 35, 33
HSL
1°, 68%, 40%
CMYK
0, 80, 81, 32
Luminance
0.1020
Every format
| HEX | #ad2321 |
| RGB | rgb(173, 35, 33) |
| HSL | hsl(1, 68%, 40%) |
| CMYK | cmyk(0%, 80%, 81%, 32%) |
| LAB | lab(38.2 54.1 37.0) |
| LCH | lch(38.2 65.5 34.3) |
| OKLCH | oklch(0.488 0.174 27.2) |
Copy-ready code
/* CSS */
color: #ad2321;
background-color: #ad2321;
/* Tailwind (arbitrary) */
class="text-[#ad2321] bg-[#ad2321]"
/* SCSS */
$brand: #ad2321;
/* SwiftUI */
Color(red: 0.678, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#ad2321")Accessibility — WCAG contrast
Aa
#ad2321 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2321 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow80.9%
Key (black)32.2%
Color previews
#ad2321 text on a black background
contrast 3.04:1
Card sample
#ad2321 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2321;
Background color
Panel with #ad2321 background
background-color: #ad2321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2321; background: linear-gradient(135deg, #ad2321, #AD8021);