#ad1f13
a dark, electric red · warm · closest name: firebrick
RGB
173, 31, 19
HSL
5°, 80%, 38%
CMYK
0, 82, 89, 32
Luminance
0.0991
Every format
| HEX | #ad1f13 |
| RGB | rgb(173, 31, 19) |
| HSL | hsl(5, 80%, 38%) |
| CMYK | cmyk(0%, 82%, 89%, 32%) |
| LAB | lab(37.7 54.9 43.7) |
| LCH | lch(37.7 70.1 38.5) |
| OKLCH | oklch(0.484 0.179 29.8) |
Copy-ready code
/* CSS */
color: #ad1f13;
background-color: #ad1f13;
/* Tailwind (arbitrary) */
class="text-[#ad1f13] bg-[#ad1f13]"
/* SCSS */
$brand: #ad1f13;
/* SwiftUI */
Color(red: 0.678, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#ad1f13")Accessibility — WCAG contrast
Aa
#ad1f13 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad1f13 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow89.0%
Key (black)32.2%
Color previews
#ad1f13 text on a black background
contrast 2.98:1
Card sample
#ad1f13 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1f13;
Background color
Panel with #ad1f13 background
background-color: #ad1f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1f13; background: linear-gradient(135deg, #ad1f13, #AD8613);