#af098c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 140
HSL
313°, 90%, 36%
CMYK
0, 95, 20, 31
Luminance
0.1120
Every format
| HEX | #af098c |
| RGB | rgb(175, 9, 140) |
| HSL | hsl(313, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 20%, 31%) |
| LAB | lab(39.9 68.3 -27.3) |
| LCH | lch(39.9 73.6 338.2) |
| OKLCH | oklch(0.511 0.218 340.2) |
Copy-ready code
/* CSS */
color: #af098c;
background-color: #af098c;
/* Tailwind (arbitrary) */
class="text-[#af098c] bg-[#af098c]"
/* SCSS */
$brand: #af098c;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.549)
/* Android */
Color.parseColor("#af098c")Accessibility — WCAG contrast
Aa
#af098c on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af098c on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow20.0%
Key (black)31.4%
Color previews
#af098c text on a black background
contrast 3.24:1
Card sample
#af098c text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af098c;
Background color
Panel with #af098c background
background-color: #af098c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af098c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af098c; background: linear-gradient(135deg, #af098c, #AF091D);