#ad033f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
173, 3, 63
HSL
339°, 97%, 35%
CMYK
0, 98, 64, 32
Luminance
0.0931
Every format
| HEX | #ad033f |
| RGB | rgb(173, 3, 63) |
| HSL | hsl(339, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 64%, 32%) |
| LAB | lab(36.6 61.4 16.5) |
| LCH | lch(36.6 63.6 15.1) |
| OKLCH | oklch(0.478 0.190 12.3) |
Copy-ready code
/* CSS */
color: #ad033f;
background-color: #ad033f;
/* Tailwind (arbitrary) */
class="text-[#ad033f] bg-[#ad033f]"
/* SCSS */
$brand: #ad033f;
/* SwiftUI */
Color(red: 0.678, green: 0.012, blue: 0.247)
/* Android */
Color.parseColor("#ad033f")Accessibility — WCAG contrast
Aa
#ad033f on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad033f on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green1.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow63.6%
Key (black)32.2%
Color previews
#ad033f text on a black background
contrast 2.86:1
Card sample
#ad033f text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad033f;
Background color
Panel with #ad033f background
background-color: #ad033f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad033f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 3, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 3, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad033f; background: linear-gradient(135deg, #ad033f, #AD3803);