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