#af136a
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 19, 106
HSL
327°, 80%, 38%
CMYK
0, 89, 39, 31
Luminance
0.1062
Every format
| HEX | #af136a |
| RGB | rgb(175, 19, 106) |
| HSL | hsl(327, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 39%, 31%) |
| LAB | lab(38.9 63.1 -7.7) |
| LCH | lch(38.9 63.6 353.1) |
| OKLCH | oklch(0.499 0.196 354.3) |
Copy-ready code
/* CSS */
color: #af136a;
background-color: #af136a;
/* Tailwind (arbitrary) */
class="text-[#af136a] bg-[#af136a]"
/* SCSS */
$brand: #af136a;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.416)
/* Android */
Color.parseColor("#af136a")Accessibility — WCAG contrast
Aa
#af136a on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af136a on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow39.4%
Key (black)31.4%
Color previews
#af136a text on a black background
contrast 3.12:1
Card sample
#af136a text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af136a;
Background color
Panel with #af136a background
background-color: #af136a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af136a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af136a; background: linear-gradient(135deg, #af136a, #AF2413);