#af02c1
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 193
HSL
294°, 98%, 38%
CMYK
9, 99, 0, 24
Luminance
0.1301
Every format
| HEX | #af02c1 |
| RGB | rgb(175, 2, 193) |
| HSL | hsl(294, 98%, 38%) |
| CMYK | cmyk(9%, 99%, 0%, 24%) |
| LAB | lab(42.8 76.7 -54.5) |
| LCH | lch(42.8 94.0 324.6) |
| OKLCH | oklch(0.541 0.255 323.1) |
Copy-ready code
/* CSS */
color: #af02c1;
background-color: #af02c1;
/* Tailwind (arbitrary) */
class="text-[#af02c1] bg-[#af02c1]"
/* SCSS */
$brand: #af02c1;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.757)
/* Android */
Color.parseColor("#af02c1")Accessibility — WCAG contrast
Aa
#af02c1 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02c1 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta99.0%
Yellow0.0%
Key (black)24.3%
Color previews
#af02c1 text on a black background
contrast 3.60:1
Card sample
#af02c1 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02c1;
Background color
Panel with #af02c1 background
background-color: #af02c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02c1; background: linear-gradient(135deg, #af02c1, #C10254);