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