#af18a7
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 24, 167
HSL
303°, 76%, 39%
CMYK
0, 86, 5, 31
Luminance
0.1256
Every format
| HEX | #af18a7 |
| RGB | rgb(175, 24, 167) |
| HSL | hsl(303, 76%, 39%) |
| CMYK | cmyk(0%, 86%, 5%, 31%) |
| LAB | lab(42.1 69.9 -40.2) |
| LCH | lch(42.1 80.6 330.1) |
| OKLCH | oklch(0.531 0.228 330.8) |
Copy-ready code
/* CSS */
color: #af18a7;
background-color: #af18a7;
/* Tailwind (arbitrary) */
class="text-[#af18a7] bg-[#af18a7]"
/* SCSS */
$brand: #af18a7;
/* SwiftUI */
Color(red: 0.686, green: 0.094, blue: 0.655)
/* Android */
Color.parseColor("#af18a7")Accessibility — WCAG contrast
Aa
#af18a7 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af18a7 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.4%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow4.6%
Key (black)31.4%
Color previews
#af18a7 text on a black background
contrast 3.51:1
Card sample
#af18a7 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af18a7;
Background color
Panel with #af18a7 background
background-color: #af18a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af18a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 24, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 24, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af18a7; background: linear-gradient(135deg, #af18a7, #AF1842);