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