#af0c85
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 12, 133
HSL
316°, 87%, 37%
CMYK
0, 93, 24, 31
Luminance
0.1107
Every format
| HEX | #af0c85 |
| RGB | rgb(175, 12, 133) |
| HSL | hsl(316, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 24%, 31%) |
| LAB | lab(39.7 67.1 -23.4) |
| LCH | lch(39.7 71.1 340.8) |
| OKLCH | oklch(0.509 0.213 342.8) |
Copy-ready code
/* CSS */
color: #af0c85;
background-color: #af0c85;
/* Tailwind (arbitrary) */
class="text-[#af0c85] bg-[#af0c85]"
/* SCSS */
$brand: #af0c85;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.522)
/* Android */
Color.parseColor("#af0c85")Accessibility — WCAG contrast
Aa
#af0c85 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0c85 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow24.0%
Key (black)31.4%
Color previews
#af0c85 text on a black background
contrast 3.21:1
Card sample
#af0c85 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c85;
Background color
Panel with #af0c85 background
background-color: #af0c85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c85; background: linear-gradient(135deg, #af0c85, #AF0C18);