#af015f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 95
HSL
328°, 99%, 35%
CMYK
0, 99, 46, 31
Luminance
0.0996
Every format
| HEX | #af015f |
| RGB | rgb(175, 1, 95) |
| HSL | hsl(328, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 46%, 31%) |
| LAB | lab(37.8 64.4 -2.4) |
| LCH | lch(37.8 64.4 357.9) |
| OKLCH | oklch(0.490 0.199 358.4) |
Copy-ready code
/* CSS */
color: #af015f;
background-color: #af015f;
/* Tailwind (arbitrary) */
class="text-[#af015f] bg-[#af015f]"
/* SCSS */
$brand: #af015f;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.373)
/* Android */
Color.parseColor("#af015f")Accessibility — WCAG contrast
Aa
#af015f on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af015f on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow45.7%
Key (black)31.4%
Color previews
#af015f text on a black background
contrast 2.99:1
Card sample
#af015f text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af015f;
Background color
Panel with #af015f background
background-color: #af015f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af015f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af015f; background: linear-gradient(135deg, #af015f, #AF1701);