#af019f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 159
HSL
306°, 99%, 35%
CMYK
0, 99, 9, 31
Luminance
0.1164
Every format
| HEX | #af019f |
| RGB | rgb(175, 1, 159) |
| HSL | hsl(306, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 9%, 31%) |
| LAB | lab(40.6 71.7 -37.7) |
| LCH | lch(40.6 81.0 332.2) |
| OKLCH | oklch(0.520 0.232 333.4) |
Copy-ready code
/* CSS */
color: #af019f;
background-color: #af019f;
/* Tailwind (arbitrary) */
class="text-[#af019f] bg-[#af019f]"
/* SCSS */
$brand: #af019f;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.624)
/* Android */
Color.parseColor("#af019f")Accessibility — WCAG contrast
Aa
#af019f on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af019f on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow9.1%
Key (black)31.4%
Color previews
#af019f text on a black background
contrast 3.33:1
Card sample
#af019f text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af019f;
Background color
Panel with #af019f background
background-color: #af019f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af019f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af019f; background: linear-gradient(135deg, #af019f, #AF012B);