#af0889
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 8, 137
HSL
314°, 91%, 36%
CMYK
0, 95, 22, 31
Luminance
0.1109
Every format
| HEX | #af0889 |
| RGB | rgb(175, 8, 137) |
| HSL | hsl(314, 91%, 36%) |
| CMYK | cmyk(0%, 95%, 22%, 31%) |
| LAB | lab(39.7 68.0 -25.8) |
| LCH | lch(39.7 72.7 339.3) |
| OKLCH | oklch(0.510 0.216 341.3) |
Copy-ready code
/* CSS */
color: #af0889;
background-color: #af0889;
/* Tailwind (arbitrary) */
class="text-[#af0889] bg-[#af0889]"
/* SCSS */
$brand: #af0889;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.537)
/* Android */
Color.parseColor("#af0889")Accessibility — WCAG contrast
Aa
#af0889 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0889 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow21.7%
Key (black)31.4%
Color previews
#af0889 text on a black background
contrast 3.22:1
Card sample
#af0889 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0889;
Background color
Panel with #af0889 background
background-color: #af0889;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0889;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0889; background: linear-gradient(135deg, #af0889, #AF081A);