#af096c
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 108
HSL
324°, 90%, 36%
CMYK
0, 95, 38, 31
Luminance
0.1039
Every format
| HEX | #af096c |
| RGB | rgb(175, 9, 108) |
| HSL | hsl(324, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 38%, 31%) |
| LAB | lab(38.5 64.7 -9.5) |
| LCH | lch(38.5 65.4 351.6) |
| OKLCH | oklch(0.497 0.201 353.0) |
Copy-ready code
/* CSS */
color: #af096c;
background-color: #af096c;
/* Tailwind (arbitrary) */
class="text-[#af096c] bg-[#af096c]"
/* SCSS */
$brand: #af096c;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.424)
/* Android */
Color.parseColor("#af096c")Accessibility — WCAG contrast
Aa
#af096c on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af096c on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow38.3%
Key (black)31.4%
Color previews
#af096c text on a black background
contrast 3.08:1
Card sample
#af096c text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af096c;
Background color
Panel with #af096c background
background-color: #af096c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af096c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af096c; background: linear-gradient(135deg, #af096c, #AF1509);