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