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