#af148f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 143
HSL
312°, 80%, 38%
CMYK
0, 89, 18, 31
Luminance
0.1160
Every format
| HEX | #af148f |
| RGB | rgb(175, 20, 143) |
| HSL | hsl(312, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 18%, 31%) |
| LAB | lab(40.6 67.2 -28.1) |
| LCH | lch(40.6 72.9 337.3) |
| OKLCH | oklch(0.516 0.215 339.2) |
Copy-ready code
/* CSS */
color: #af148f;
background-color: #af148f;
/* Tailwind (arbitrary) */
class="text-[#af148f] bg-[#af148f]"
/* SCSS */
$brand: #af148f;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#af148f")Accessibility — WCAG contrast
Aa
#af148f on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af148f on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow18.3%
Key (black)31.4%
Color previews
#af148f text on a black background
contrast 3.32:1
Card sample
#af148f text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af148f;
Background color
Panel with #af148f background
background-color: #af148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af148f; background: linear-gradient(135deg, #af148f, #AF1428);