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