#af10bc
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 16, 188
HSL
296°, 84%, 40%
CMYK
7, 92, 0, 26
Luminance
0.1312
Every format
| HEX | #af10bc |
| RGB | rgb(175, 16, 188) |
| HSL | hsl(296, 84%, 40%) |
| CMYK | cmyk(7%, 92%, 0%, 26%) |
| LAB | lab(42.9 74.4 -51.3) |
| LCH | lch(42.9 90.4 325.4) |
| OKLCH | oklch(0.541 0.247 324.4) |
Copy-ready code
/* CSS */
color: #af10bc;
background-color: #af10bc;
/* Tailwind (arbitrary) */
class="text-[#af10bc] bg-[#af10bc]"
/* SCSS */
$brand: #af10bc;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.737)
/* Android */
Color.parseColor("#af10bc")Accessibility — WCAG contrast
Aa
#af10bc on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af10bc on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta91.5%
Yellow0.0%
Key (black)26.3%
Color previews
#af10bc text on a black background
contrast 3.62:1
Card sample
#af10bc text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af10bc;
Background color
Panel with #af10bc background
background-color: #af10bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af10bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af10bc; background: linear-gradient(135deg, #af10bc, #BC1056);