#af136f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 19, 111
HSL
325°, 80%, 38%
CMYK
0, 89, 37, 31
Luminance
0.1073
Every format
| HEX | #af136f |
| RGB | rgb(175, 19, 111) |
| HSL | hsl(325, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 37%, 31%) |
| LAB | lab(39.1 63.6 -10.5) |
| LCH | lch(39.1 64.5 350.6) |
| OKLCH | oklch(0.501 0.198 352.1) |
Copy-ready code
/* CSS */
color: #af136f;
background-color: #af136f;
/* Tailwind (arbitrary) */
class="text-[#af136f] bg-[#af136f]"
/* SCSS */
$brand: #af136f;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#af136f")Accessibility — WCAG contrast
Aa
#af136f on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af136f on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow36.6%
Key (black)31.4%
Color previews
#af136f text on a black background
contrast 3.15:1
Card sample
#af136f text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af136f;
Background color
Panel with #af136f background
background-color: #af136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af136f; background: linear-gradient(135deg, #af136f, #AF1F13);