#af129d
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 18, 157
HSL
307°, 81%, 38%
CMYK
0, 90, 10, 31
Luminance
0.1198
Every format
| HEX | #af129d |
| RGB | rgb(175, 18, 157) |
| HSL | hsl(307, 81%, 38%) |
| CMYK | cmyk(0%, 90%, 10%, 31%) |
| LAB | lab(41.2 69.4 -35.7) |
| LCH | lch(41.2 78.1 332.8) |
| OKLCH | oklch(0.523 0.225 334.1) |
Copy-ready code
/* CSS */
color: #af129d;
background-color: #af129d;
/* Tailwind (arbitrary) */
class="text-[#af129d] bg-[#af129d]"
/* SCSS */
$brand: #af129d;
/* SwiftUI */
Color(red: 0.686, green: 0.071, blue: 0.616)
/* Android */
Color.parseColor("#af129d")Accessibility — WCAG contrast
Aa
#af129d on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af129d on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.1%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow10.3%
Key (black)31.4%
Color previews
#af129d text on a black background
contrast 3.40:1
Card sample
#af129d text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af129d;
Background color
Panel with #af129d background
background-color: #af129d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af129d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 18, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 18, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af129d; background: linear-gradient(135deg, #af129d, #AF1234);