#af006f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 111
HSL
322°, 100%, 34%
CMYK
0, 100, 37, 31
Luminance
0.1026
Every format
| HEX | #af006f |
| RGB | rgb(175, 0, 111) |
| HSL | hsl(322, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 37%, 31%) |
| LAB | lab(38.3 66.0 -11.8) |
| LCH | lch(38.3 67.0 349.9) |
| OKLCH | oklch(0.496 0.206 351.5) |
Copy-ready code
/* CSS */
color: #af006f;
background-color: #af006f;
/* Tailwind (arbitrary) */
class="text-[#af006f] bg-[#af006f]"
/* SCSS */
$brand: #af006f;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#af006f")Accessibility — WCAG contrast
Aa
#af006f on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af006f on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow36.6%
Key (black)31.4%
Color previews
#af006f text on a black background
contrast 3.05:1
Card sample
#af006f text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af006f;
Background color
Panel with #af006f background
background-color: #af006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af006f; background: linear-gradient(135deg, #af006f, #AF0600);