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