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