#af0087
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 135
HSL
314°, 100%, 34%
CMYK
0, 100, 23, 31
Luminance
0.1086
Every format
| HEX | #af0087 |
| RGB | rgb(175, 0, 135) |
| HSL | hsl(314, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 23%, 31%) |
| LAB | lab(39.4 68.7 -25.1) |
| LCH | lch(39.4 73.1 339.9) |
| OKLCH | oklch(0.506 0.218 341.9) |
Copy-ready code
/* CSS */
color: #af0087;
background-color: #af0087;
/* Tailwind (arbitrary) */
class="text-[#af0087] bg-[#af0087]"
/* SCSS */
$brand: #af0087;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.529)
/* Android */
Color.parseColor("#af0087")Accessibility — WCAG contrast
Aa
#af0087 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0087 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow22.9%
Key (black)31.4%
Color previews
#af0087 text on a black background
contrast 3.17:1
Card sample
#af0087 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0087;
Background color
Panel with #af0087 background
background-color: #af0087;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0087;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0087; background: linear-gradient(135deg, #af0087, #AF0012);