#af09c5
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 9, 197
HSL
293°, 91%, 40%
CMYK
11, 95, 0, 23
Luminance
0.1334
Every format
| HEX | #af09c5 |
| RGB | rgb(175, 9, 197) |
| HSL | hsl(293, 91%, 40%) |
| CMYK | cmyk(11%, 95%, 0%, 23%) |
| LAB | lab(43.3 76.6 -56.0) |
| LCH | lch(43.3 94.9 323.8) |
| OKLCH | oklch(0.546 0.255 322.0) |
Copy-ready code
/* CSS */
color: #af09c5;
background-color: #af09c5;
/* Tailwind (arbitrary) */
class="text-[#af09c5] bg-[#af09c5]"
/* SCSS */
$brand: #af09c5;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.773)
/* Android */
Color.parseColor("#af09c5")Accessibility — WCAG contrast
Aa
#af09c5 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af09c5 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta95.4%
Yellow0.0%
Key (black)22.7%
Color previews
#af09c5 text on a black background
contrast 3.67:1
Card sample
#af09c5 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af09c5;
Background color
Panel with #af09c5 background
background-color: #af09c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af09c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af09c5; background: linear-gradient(135deg, #af09c5, #C5095E);