#af167c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 22, 124
HSL
320°, 78%, 39%
CMYK
0, 87, 29, 31
Luminance
0.1114
Every format
| HEX | #af167c |
| RGB | rgb(175, 22, 124) |
| HSL | hsl(320, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 29%, 31%) |
| LAB | lab(39.8 64.5 -17.6) |
| LCH | lch(39.8 66.9 344.8) |
| OKLCH | oklch(0.508 0.203 346.7) |
Copy-ready code
/* CSS */
color: #af167c;
background-color: #af167c;
/* Tailwind (arbitrary) */
class="text-[#af167c] bg-[#af167c]"
/* SCSS */
$brand: #af167c;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.486)
/* Android */
Color.parseColor("#af167c")Accessibility — WCAG contrast
Aa
#af167c on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af167c on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow29.1%
Key (black)31.4%
Color previews
#af167c text on a black background
contrast 3.23:1
Card sample
#af167c text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af167c;
Background color
Panel with #af167c background
background-color: #af167c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af167c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af167c; background: linear-gradient(135deg, #af167c, #AF1616);