#af149b
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 155
HSL
308°, 80%, 38%
CMYK
0, 89, 11, 31
Luminance
0.1198
Every format
| HEX | #af149b |
| RGB | rgb(175, 20, 155) |
| HSL | hsl(308, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 11%, 31%) |
| LAB | lab(41.2 68.8 -34.5) |
| LCH | lch(41.2 77.0 333.4) |
| OKLCH | oklch(0.523 0.222 334.8) |
Copy-ready code
/* CSS */
color: #af149b;
background-color: #af149b;
/* Tailwind (arbitrary) */
class="text-[#af149b] bg-[#af149b]"
/* SCSS */
$brand: #af149b;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.608)
/* Android */
Color.parseColor("#af149b")Accessibility — WCAG contrast
Aa
#af149b on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af149b on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow11.4%
Key (black)31.4%
Color previews
#af149b text on a black background
contrast 3.40:1
Card sample
#af149b text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af149b;
Background color
Panel with #af149b background
background-color: #af149b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af149b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af149b; background: linear-gradient(135deg, #af149b, #AF1434);