#af096f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 111
HSL
323°, 90%, 36%
CMYK
0, 95, 37, 31
Luminance
0.1046
Every format
| HEX | #af096f |
| RGB | rgb(175, 9, 111) |
| HSL | hsl(323, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 37%, 31%) |
| LAB | lab(38.7 65.0 -11.2) |
| LCH | lch(38.7 66.0 350.2) |
| OKLCH | oklch(0.498 0.202 351.7) |
Copy-ready code
/* CSS */
color: #af096f;
background-color: #af096f;
/* Tailwind (arbitrary) */
class="text-[#af096f] bg-[#af096f]"
/* SCSS */
$brand: #af096f;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.435)
/* Android */
Color.parseColor("#af096f")Accessibility — WCAG contrast
Aa
#af096f on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af096f on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow36.6%
Key (black)31.4%
Color previews
#af096f text on a black background
contrast 3.09:1
Card sample
#af096f text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af096f;
Background color
Panel with #af096f background
background-color: #af096f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af096f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af096f; background: linear-gradient(135deg, #af096f, #AF1209);