#af157f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 21, 127
HSL
319°, 79%, 38%
CMYK
0, 88, 27, 31
Luminance
0.1118
Every format
| HEX | #af157f |
| RGB | rgb(175, 21, 127) |
| HSL | hsl(319, 79%, 38%) |
| CMYK | cmyk(0%, 88%, 27%, 31%) |
| LAB | lab(39.9 65.1 -19.4) |
| LCH | lch(39.9 67.9 343.4) |
| OKLCH | oklch(0.509 0.205 345.4) |
Copy-ready code
/* CSS */
color: #af157f;
background-color: #af157f;
/* Tailwind (arbitrary) */
class="text-[#af157f] bg-[#af157f]"
/* SCSS */
$brand: #af157f;
/* SwiftUI */
Color(red: 0.686, green: 0.082, blue: 0.498)
/* Android */
Color.parseColor("#af157f")Accessibility — WCAG contrast
Aa
#af157f on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af157f on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow27.4%
Key (black)31.4%
Color previews
#af157f text on a black background
contrast 3.24:1
Card sample
#af157f text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af157f;
Background color
Panel with #af157f background
background-color: #af157f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af157f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 21, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 21, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af157f; background: linear-gradient(135deg, #af157f, #AF1518);