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