#af097d
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 125
HSL
318°, 90%, 36%
CMYK
0, 95, 29, 31
Luminance
0.1079
Every format
| HEX | #af097d |
| RGB | rgb(175, 9, 125) |
| HSL | hsl(318, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 29%, 31%) |
| LAB | lab(39.2 66.5 -19.1) |
| LCH | lch(39.2 69.2 344.0) |
| OKLCH | oklch(0.504 0.209 345.9) |
Copy-ready code
/* CSS */
color: #af097d;
background-color: #af097d;
/* Tailwind (arbitrary) */
class="text-[#af097d] bg-[#af097d]"
/* SCSS */
$brand: #af097d;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.490)
/* Android */
Color.parseColor("#af097d")Accessibility — WCAG contrast
Aa
#af097d on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af097d on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow28.6%
Key (black)31.4%
Color previews
#af097d text on a black background
contrast 3.16:1
Card sample
#af097d text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af097d;
Background color
Panel with #af097d background
background-color: #af097d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af097d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af097d; background: linear-gradient(135deg, #af097d, #AF090E);