#af007c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 124
HSL
318°, 100%, 34%
CMYK
0, 100, 29, 31
Luminance
0.1057
Every format
| HEX | #af007c |
| RGB | rgb(175, 0, 124) |
| HSL | hsl(318, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 29%, 31%) |
| LAB | lab(38.9 67.4 -19.1) |
| LCH | lch(38.9 70.0 344.2) |
| OKLCH | oklch(0.501 0.212 346.2) |
Copy-ready code
/* CSS */
color: #af007c;
background-color: #af007c;
/* Tailwind (arbitrary) */
class="text-[#af007c] bg-[#af007c]"
/* SCSS */
$brand: #af007c;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.486)
/* Android */
Color.parseColor("#af007c")Accessibility — WCAG contrast
Aa
#af007c on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af007c on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.1%
Key (black)31.4%
Color previews
#af007c text on a black background
contrast 3.11:1
Card sample
#af007c text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af007c;
Background color
Panel with #af007c background
background-color: #af007c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af007c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af007c; background: linear-gradient(135deg, #af007c, #AF0007);