#af01a2
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 162
HSL
305°, 99%, 35%
CMYK
0, 99, 7, 31
Luminance
0.1174
Every format
| HEX | #af01a2 |
| RGB | rgb(175, 1, 162) |
| HSL | hsl(305, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 7%, 31%) |
| LAB | lab(40.8 72.1 -39.3) |
| LCH | lch(40.8 82.1 331.4) |
| OKLCH | oklch(0.521 0.234 332.5) |
Copy-ready code
/* CSS */
color: #af01a2;
background-color: #af01a2;
/* Tailwind (arbitrary) */
class="text-[#af01a2] bg-[#af01a2]"
/* SCSS */
$brand: #af01a2;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.635)
/* Android */
Color.parseColor("#af01a2")Accessibility — WCAG contrast
Aa
#af01a2 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af01a2 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow7.4%
Key (black)31.4%
Color previews
#af01a2 text on a black background
contrast 3.35:1
Card sample
#af01a2 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af01a2;
Background color
Panel with #af01a2 background
background-color: #af01a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af01a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af01a2; background: linear-gradient(135deg, #af01a2, #AF012E);