#af10ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 16, 186
HSL
296°, 84%, 40%
CMYK
6, 91, 0, 27
Luminance
0.1303
Every format
| HEX | #af10ba |
| RGB | rgb(175, 16, 186) |
| HSL | hsl(296, 84%, 40%) |
| CMYK | cmyk(6%, 91%, 0%, 27%) |
| LAB | lab(42.8 74.1 -50.3) |
| LCH | lch(42.8 89.6 325.8) |
| OKLCH | oklch(0.540 0.245 325.0) |
Copy-ready code
/* CSS */
color: #af10ba;
background-color: #af10ba;
/* Tailwind (arbitrary) */
class="text-[#af10ba] bg-[#af10ba]"
/* SCSS */
$brand: #af10ba;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.729)
/* Android */
Color.parseColor("#af10ba")Accessibility — WCAG contrast
Aa
#af10ba on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af10ba on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta91.4%
Yellow0.0%
Key (black)27.1%
Color previews
#af10ba text on a black background
contrast 3.61:1
Card sample
#af10ba text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af10ba;
Background color
Panel with #af10ba background
background-color: #af10ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af10ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af10ba; background: linear-gradient(135deg, #af10ba, #BA1054);