#af098d
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 141
HSL
312°, 90%, 36%
CMYK
0, 95, 19, 31
Luminance
0.1123
Every format
| HEX | #af098d |
| RGB | rgb(175, 9, 141) |
| HSL | hsl(312, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 19%, 31%) |
| LAB | lab(40.0 68.4 -27.9) |
| LCH | lch(40.0 73.9 337.9) |
| OKLCH | oklch(0.512 0.218 339.8) |
Copy-ready code
/* CSS */
color: #af098d;
background-color: #af098d;
/* Tailwind (arbitrary) */
class="text-[#af098d] bg-[#af098d]"
/* SCSS */
$brand: #af098d;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.553)
/* Android */
Color.parseColor("#af098d")Accessibility — WCAG contrast
Aa
#af098d on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af098d on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow19.4%
Key (black)31.4%
Color previews
#af098d text on a black background
contrast 3.25:1
Card sample
#af098d text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af098d;
Background color
Panel with #af098d background
background-color: #af098d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af098d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af098d; background: linear-gradient(135deg, #af098d, #AF091E);