#af02a4
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 164
HSL
304°, 98%, 35%
CMYK
0, 99, 6, 31
Luminance
0.1184
Every format
| HEX | #af02a4 |
| RGB | rgb(175, 2, 164) |
| HSL | hsl(304, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 6%, 31%) |
| LAB | lab(41.0 72.3 -40.2) |
| LCH | lch(41.0 82.7 330.9) |
| OKLCH | oklch(0.523 0.235 331.8) |
Copy-ready code
/* CSS */
color: #af02a4;
background-color: #af02a4;
/* Tailwind (arbitrary) */
class="text-[#af02a4] bg-[#af02a4]"
/* SCSS */
$brand: #af02a4;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.643)
/* Android */
Color.parseColor("#af02a4")Accessibility — WCAG contrast
Aa
#af02a4 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02a4 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow6.3%
Key (black)31.4%
Color previews
#af02a4 text on a black background
contrast 3.37:1
Card sample
#af02a4 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02a4;
Background color
Panel with #af02a4 background
background-color: #af02a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02a4; background: linear-gradient(135deg, #af02a4, #AF0231);