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