#af0c9c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 156
HSL
307°, 87%, 37%
CMYK
0, 93, 11, 31
Luminance
0.1178
Every format
| HEX | #af0c9c |
| RGB | rgb(175, 12, 156) |
| HSL | hsl(307, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 11%, 31%) |
| LAB | lab(40.9 70.1 -35.6) |
| LCH | lch(40.9 78.6 333.1) |
| OKLCH | oklch(0.521 0.227 334.5) |
Copy-ready code
/* CSS */
color: #af0c9c;
background-color: #af0c9c;
/* Tailwind (arbitrary) */
class="text-[#af0c9c] bg-[#af0c9c]"
/* SCSS */
$brand: #af0c9c;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.612)
/* Android */
Color.parseColor("#af0c9c")Accessibility — WCAG contrast
Aa
#af0c9c on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0c9c on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow10.9%
Key (black)31.4%
Color previews
#af0c9c text on a black background
contrast 3.36:1
Card sample
#af0c9c text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c9c;
Background color
Panel with #af0c9c background
background-color: #af0c9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c9c; background: linear-gradient(135deg, #af0c9c, #AF0C2F);