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