#af15ab
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 21, 171
HSL
302°, 79%, 38%
CMYK
0, 88, 2, 31
Luminance
0.1259
Every format
| HEX | #af15ab |
| RGB | rgb(175, 21, 171) |
| HSL | hsl(302, 79%, 38%) |
| CMYK | cmyk(0%, 88%, 2%, 31%) |
| LAB | lab(42.1 71.0 -42.5) |
| LCH | lch(42.1 82.8 329.1) |
| OKLCH | oklch(0.532 0.233 329.5) |
Copy-ready code
/* CSS */
color: #af15ab;
background-color: #af15ab;
/* Tailwind (arbitrary) */
class="text-[#af15ab] bg-[#af15ab]"
/* SCSS */
$brand: #af15ab;
/* SwiftUI */
Color(red: 0.686, green: 0.082, blue: 0.671)
/* Android */
Color.parseColor("#af15ab")Accessibility — WCAG contrast
Aa
#af15ab on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af15ab on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow2.3%
Key (black)31.4%
Color previews
#af15ab text on a black background
contrast 3.52:1
Card sample
#af15ab text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af15ab;
Background color
Panel with #af15ab background
background-color: #af15ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af15ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 21, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 21, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af15ab; background: linear-gradient(135deg, #af15ab, #AF1544);