#af11cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 17, 205
HSL
290°, 85%, 44%
CMYK
15, 92, 0, 20
Luminance
0.1392
Every format
| HEX | #af11cd |
| RGB | rgb(175, 17, 205) |
| HSL | hsl(290, 85%, 44%) |
| CMYK | cmyk(15%, 92%, 0%, 20%) |
| LAB | lab(44.1 77.1 -59.3) |
| LCH | lch(44.1 97.2 322.4) |
| OKLCH | oklch(0.553 0.258 319.8) |
Copy-ready code
/* CSS */
color: #af11cd;
background-color: #af11cd;
/* Tailwind (arbitrary) */
class="text-[#af11cd] bg-[#af11cd]"
/* SCSS */
$brand: #af11cd;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.804)
/* Android */
Color.parseColor("#af11cd")Accessibility — WCAG contrast
Aa
#af11cd on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af11cd on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta91.7%
Yellow0.0%
Key (black)19.6%
Color previews
#af11cd text on a black background
contrast 3.78:1
Card sample
#af11cd text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af11cd;
Background color
Panel with #af11cd background
background-color: #af11cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af11cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af11cd; background: linear-gradient(135deg, #af11cd, #CD116E);