#af008c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 140
HSL
312°, 100%, 34%
CMYK
0, 100, 20, 31
Luminance
0.1101
Every format
| HEX | #af008c |
| RGB | rgb(175, 0, 140) |
| HSL | hsl(312, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 20%, 31%) |
| LAB | lab(39.6 69.3 -27.8) |
| LCH | lch(39.6 74.6 338.1) |
| OKLCH | oklch(0.509 0.221 340.1) |
Copy-ready code
/* CSS */
color: #af008c;
background-color: #af008c;
/* Tailwind (arbitrary) */
class="text-[#af008c] bg-[#af008c]"
/* SCSS */
$brand: #af008c;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.549)
/* Android */
Color.parseColor("#af008c")Accessibility — WCAG contrast
Aa
#af008c on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af008c on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.0%
Key (black)31.4%
Color previews
#af008c text on a black background
contrast 3.20:1
Card sample
#af008c text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af008c;
Background color
Panel with #af008c background
background-color: #af008c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af008c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af008c; background: linear-gradient(135deg, #af008c, #AF0017);