#af01ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 186
HSL
296°, 99%, 37%
CMYK
6, 100, 0, 27
Luminance
0.1268
Every format
| HEX | #af01ba |
| RGB | rgb(175, 1, 186) |
| HSL | hsl(296, 99%, 37%) |
| CMYK | cmyk(6%, 100%, 0%, 27%) |
| LAB | lab(42.3 75.6 -51.2) |
| LCH | lch(42.3 91.3 325.9) |
| OKLCH | oklch(0.536 0.250 325.1) |
Copy-ready code
/* CSS */
color: #af01ba;
background-color: #af01ba;
/* Tailwind (arbitrary) */
class="text-[#af01ba] bg-[#af01ba]"
/* SCSS */
$brand: #af01ba;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.729)
/* Android */
Color.parseColor("#af01ba")Accessibility — WCAG contrast
Aa
#af01ba on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af01ba on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta99.5%
Yellow0.0%
Key (black)27.1%
Color previews
#af01ba text on a black background
contrast 3.54:1
Card sample
#af01ba text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af01ba;
Background color
Panel with #af01ba background
background-color: #af01ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af01ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af01ba; background: linear-gradient(135deg, #af01ba, #BA014A);