#af01b7
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 183
HSL
297°, 99%, 36%
CMYK
4, 100, 0, 28
Luminance
0.1255
Every format
| HEX | #af01b7 |
| RGB | rgb(175, 1, 183) |
| HSL | hsl(297, 99%, 36%) |
| CMYK | cmyk(4%, 100%, 0%, 28%) |
| LAB | lab(42.1 75.2 -49.7) |
| LCH | lch(42.1 90.1 326.5) |
| OKLCH | oklch(0.534 0.248 326.0) |
Copy-ready code
/* CSS */
color: #af01b7;
background-color: #af01b7;
/* Tailwind (arbitrary) */
class="text-[#af01b7] bg-[#af01b7]"
/* SCSS */
$brand: #af01b7;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.718)
/* Android */
Color.parseColor("#af01b7")Accessibility — WCAG contrast
Aa
#af01b7 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af01b7 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta99.5%
Yellow0.0%
Key (black)28.2%
Color previews
#af01b7 text on a black background
contrast 3.51:1
Card sample
#af01b7 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af01b7;
Background color
Panel with #af01b7 background
background-color: #af01b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af01b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af01b7; background: linear-gradient(135deg, #af01b7, #B70146);