#af178c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 23, 140
HSL
314°, 77%, 39%
CMYK
0, 87, 20, 31
Luminance
0.1162
Every format
| HEX | #af178c |
| RGB | rgb(175, 23, 140) |
| HSL | hsl(314, 77%, 39%) |
| CMYK | cmyk(0%, 87%, 20%, 31%) |
| LAB | lab(40.6 66.3 -26.2) |
| LCH | lch(40.6 71.3 338.4) |
| OKLCH | oklch(0.516 0.211 340.4) |
Copy-ready code
/* CSS */
color: #af178c;
background-color: #af178c;
/* Tailwind (arbitrary) */
class="text-[#af178c] bg-[#af178c]"
/* SCSS */
$brand: #af178c;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.549)
/* Android */
Color.parseColor("#af178c")Accessibility — WCAG contrast
Aa
#af178c on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af178c on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow20.0%
Key (black)31.4%
Color previews
#af178c text on a black background
contrast 3.32:1
Card sample
#af178c text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af178c;
Background color
Panel with #af178c background
background-color: #af178c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af178c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af178c; background: linear-gradient(135deg, #af178c, #AF1727);