#ad2575
a dark, vivid magenta / pink · warm · closest name: purple
RGB
173, 37, 117
HSL
325°, 65%, 41%
CMYK
0, 79, 32, 32
Luminance
0.1149
Every format
| HEX | #ad2575 |
| RGB | rgb(173, 37, 117) |
| HSL | hsl(325, 65%, 41%) |
| CMYK | cmyk(0%, 79%, 32%, 32%) |
| LAB | lab(40.4 59.7 -12.4) |
| LCH | lch(40.4 61.0 348.3) |
| OKLCH | oklch(0.511 0.185 350.0) |
Copy-ready code
/* CSS */
color: #ad2575;
background-color: #ad2575;
/* Tailwind (arbitrary) */
class="text-[#ad2575] bg-[#ad2575]"
/* SCSS */
$brand: #ad2575;
/* SwiftUI */
Color(red: 0.678, green: 0.145, blue: 0.459)
/* Android */
Color.parseColor("#ad2575")Accessibility — WCAG contrast
Aa
#ad2575 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2575 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green14.5%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow32.4%
Key (black)32.2%
Color previews
#ad2575 text on a black background
contrast 3.30:1
Card sample
#ad2575 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2575;
Background color
Panel with #ad2575 background
background-color: #ad2575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 37, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 37, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2575; background: linear-gradient(135deg, #ad2575, #AD3025);