#af005d
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 93
HSL
328°, 100%, 34%
CMYK
0, 100, 47, 31
Luminance
0.0990
Every format
| HEX | #af005d |
| RGB | rgb(175, 0, 93) |
| HSL | hsl(328, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 47%, 31%) |
| LAB | lab(37.7 64.3 -1.3) |
| LCH | lch(37.7 64.3 358.9) |
| OKLCH | oklch(0.489 0.199 359.3) |
Copy-ready code
/* CSS */
color: #af005d;
background-color: #af005d;
/* Tailwind (arbitrary) */
class="text-[#af005d] bg-[#af005d]"
/* SCSS */
$brand: #af005d;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.365)
/* Android */
Color.parseColor("#af005d")Accessibility — WCAG contrast
Aa
#af005d on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af005d on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow46.9%
Key (black)31.4%
Color previews
#af005d text on a black background
contrast 2.98:1
Card sample
#af005d text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af005d;
Background color
Panel with #af005d background
background-color: #af005d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af005d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af005d; background: linear-gradient(135deg, #af005d, #AF1800);