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