#ad002f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
173, 0, 47
HSL
344°, 100%, 34%
CMYK
0, 100, 73, 32
Luminance
0.0909
Every format
| HEX | #ad002f |
| RGB | rgb(173, 0, 47) |
| HSL | hsl(344, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 73%, 32%) |
| LAB | lab(36.2 61.0 26.3) |
| LCH | lch(36.2 66.4 23.3) |
| OKLCH | oklch(0.474 0.190 18.5) |
Copy-ready code
/* CSS */
color: #ad002f;
background-color: #ad002f;
/* Tailwind (arbitrary) */
class="text-[#ad002f] bg-[#ad002f]"
/* SCSS */
$brand: #ad002f;
/* SwiftUI */
Color(red: 0.678, green: 0.000, blue: 0.184)
/* Android */
Color.parseColor("#ad002f")Accessibility — WCAG contrast
Aa
#ad002f on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad002f on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green0.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.8%
Key (black)32.2%
Color previews
#ad002f text on a black background
contrast 2.82:1
Card sample
#ad002f text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad002f;
Background color
Panel with #ad002f background
background-color: #ad002f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad002f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 0, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 0, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad002f; background: linear-gradient(135deg, #ad002f, #AD4400);