#ad3021
a dark, vivid red · warm · closest name: firebrick
RGB
173, 48, 33
HSL
6°, 68%, 40%
CMYK
0, 72, 81, 32
Luminance
0.1111
Every format
| HEX | #ad3021 |
| RGB | rgb(173, 48, 33) |
| HSL | hsl(6, 68%, 40%) |
| CMYK | cmyk(0%, 72%, 81%, 32%) |
| LAB | lab(39.8 49.7 38.5) |
| LCH | lch(39.8 62.9 37.8) |
| OKLCH | oklch(0.500 0.164 30.4) |
Copy-ready code
/* CSS */
color: #ad3021;
background-color: #ad3021;
/* Tailwind (arbitrary) */
class="text-[#ad3021] bg-[#ad3021]"
/* SCSS */
$brand: #ad3021;
/* SwiftUI */
Color(red: 0.678, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#ad3021")Accessibility — WCAG contrast
Aa
#ad3021 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad3021 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow80.9%
Key (black)32.2%
Color previews
#ad3021 text on a black background
contrast 3.22:1
Card sample
#ad3021 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3021;
Background color
Panel with #ad3021 background
background-color: #ad3021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3021; background: linear-gradient(135deg, #ad3021, #AD8D21);