#af09bd
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 9, 189
HSL
295°, 91%, 39%
CMYK
7, 95, 0, 26
Luminance
0.1298
Every format
| HEX | #af09bd |
| RGB | rgb(175, 9, 189) |
| HSL | hsl(295, 91%, 39%) |
| CMYK | cmyk(7%, 95%, 0%, 26%) |
| LAB | lab(42.7 75.3 -52.2) |
| LCH | lch(42.7 91.7 325.3) |
| OKLCH | oklch(0.540 0.250 324.2) |
Copy-ready code
/* CSS */
color: #af09bd;
background-color: #af09bd;
/* Tailwind (arbitrary) */
class="text-[#af09bd] bg-[#af09bd]"
/* SCSS */
$brand: #af09bd;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.741)
/* Android */
Color.parseColor("#af09bd")Accessibility — WCAG contrast
Aa
#af09bd on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af09bd on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta95.2%
Yellow0.0%
Key (black)25.9%
Color previews
#af09bd text on a black background
contrast 3.60:1
Card sample
#af09bd text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af09bd;
Background color
Panel with #af09bd background
background-color: #af09bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af09bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af09bd; background: linear-gradient(135deg, #af09bd, #BD0953);