#af09ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 173
HSL
301°, 90%, 36%
CMYK
0, 95, 1, 31
Luminance
0.1233
Every format
| HEX | #af09ad |
| RGB | rgb(175, 9, 173) |
| HSL | hsl(301, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 1%, 31%) |
| LAB | lab(41.7 72.9 -44.4) |
| LCH | lch(41.7 85.3 328.7) |
| OKLCH | oklch(0.530 0.239 328.9) |
Copy-ready code
/* CSS */
color: #af09ad;
background-color: #af09ad;
/* Tailwind (arbitrary) */
class="text-[#af09ad] bg-[#af09ad]"
/* SCSS */
$brand: #af09ad;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.678)
/* Android */
Color.parseColor("#af09ad")Accessibility — WCAG contrast
Aa
#af09ad on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af09ad on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow1.1%
Key (black)31.4%
Color previews
#af09ad text on a black background
contrast 3.47:1
Card sample
#af09ad text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af09ad;
Background color
Panel with #af09ad background
background-color: #af09ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af09ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af09ad; background: linear-gradient(135deg, #af09ad, #AF093E);