#ad024f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
173, 2, 79
HSL
333°, 98%, 34%
CMYK
0, 99, 54, 32
Luminance
0.0949
Every format
| HEX | #ad024f |
| RGB | rgb(173, 2, 79) |
| HSL | hsl(333, 98%, 34%) |
| CMYK | cmyk(0%, 99%, 54%, 32%) |
| LAB | lab(36.9 62.5 6.6) |
| LCH | lch(36.9 62.9 6.1) |
| OKLCH | oklch(0.481 0.192 5.1) |
Copy-ready code
/* CSS */
color: #ad024f;
background-color: #ad024f;
/* Tailwind (arbitrary) */
class="text-[#ad024f] bg-[#ad024f]"
/* SCSS */
$brand: #ad024f;
/* SwiftUI */
Color(red: 0.678, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#ad024f")Accessibility — WCAG contrast
Aa
#ad024f on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad024f on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green0.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow54.3%
Key (black)32.2%
Color previews
#ad024f text on a black background
contrast 2.90:1
Card sample
#ad024f text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad024f;
Background color
Panel with #ad024f background
background-color: #ad024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad024f; background: linear-gradient(135deg, #ad024f, #AD2702);