#af09cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 9, 204
HSL
291°, 92%, 42%
CMYK
14, 96, 0, 20
Luminance
0.1367
Every format
| HEX | #af09cc |
| RGB | rgb(175, 9, 204) |
| HSL | hsl(291, 92%, 42%) |
| CMYK | cmyk(14%, 96%, 0%, 20%) |
| LAB | lab(43.8 77.8 -59.3) |
| LCH | lch(43.8 97.8 322.7) |
| OKLCH | oklch(0.550 0.260 320.1) |
Copy-ready code
/* CSS */
color: #af09cc;
background-color: #af09cc;
/* Tailwind (arbitrary) */
class="text-[#af09cc] bg-[#af09cc]"
/* SCSS */
$brand: #af09cc;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.800)
/* Android */
Color.parseColor("#af09cc")Accessibility — WCAG contrast
Aa
#af09cc on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af09cc on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta95.6%
Yellow0.0%
Key (black)20.0%
Color previews
#af09cc text on a black background
contrast 3.73:1
Card sample
#af09cc text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af09cc;
Background color
Panel with #af09cc background
background-color: #af09cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af09cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af09cc; background: linear-gradient(135deg, #af09cc, #CC0967);