#af026c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 108
HSL
323°, 98%, 35%
CMYK
0, 99, 38, 31
Luminance
0.1024
Every format
| HEX | #af026c |
| RGB | rgb(175, 2, 108) |
| HSL | hsl(323, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 38%, 31%) |
| LAB | lab(38.3 65.5 -9.9) |
| LCH | lch(38.3 66.2 351.4) |
| OKLCH | oklch(0.495 0.204 352.8) |
Copy-ready code
/* CSS */
color: #af026c;
background-color: #af026c;
/* Tailwind (arbitrary) */
class="text-[#af026c] bg-[#af026c]"
/* SCSS */
$brand: #af026c;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.424)
/* Android */
Color.parseColor("#af026c")Accessibility — WCAG contrast
Aa
#af026c on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af026c on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow38.3%
Key (black)31.4%
Color previews
#af026c text on a black background
contrast 3.05:1
Card sample
#af026c text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af026c;
Background color
Panel with #af026c background
background-color: #af026c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af026c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af026c; background: linear-gradient(135deg, #af026c, #AF0B02);