#af178f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 23, 143
HSL
313°, 77%, 39%
CMYK
0, 87, 18, 31
Luminance
0.1171
Every format
| HEX | #af178f |
| RGB | rgb(175, 23, 143) |
| HSL | hsl(313, 77%, 39%) |
| CMYK | cmyk(0%, 87%, 18%, 31%) |
| LAB | lab(40.8 66.7 -27.9) |
| LCH | lch(40.8 72.3 337.3) |
| OKLCH | oklch(0.518 0.213 339.2) |
Copy-ready code
/* CSS */
color: #af178f;
background-color: #af178f;
/* Tailwind (arbitrary) */
class="text-[#af178f] bg-[#af178f]"
/* SCSS */
$brand: #af178f;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.561)
/* Android */
Color.parseColor("#af178f")Accessibility — WCAG contrast
Aa
#af178f on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af178f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow18.3%
Key (black)31.4%
Color previews
#af178f text on a black background
contrast 3.34:1
Card sample
#af178f text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af178f;
Background color
Panel with #af178f background
background-color: #af178f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af178f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af178f; background: linear-gradient(135deg, #af178f, #AF172A);