#af00cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 0, 204
HSL
292°, 100%, 40%
CMYK
14, 100, 0, 20
Luminance
0.1347
Every format
| HEX | #af00cc |
| RGB | rgb(175, 0, 204) |
| HSL | hsl(292, 100%, 40%) |
| CMYK | cmyk(14%, 100%, 0%, 20%) |
| LAB | lab(43.5 78.6 -59.8) |
| LCH | lch(43.5 98.8 322.7) |
| OKLCH | oklch(0.548 0.263 320.2) |
Copy-ready code
/* CSS */
color: #af00cc;
background-color: #af00cc;
/* Tailwind (arbitrary) */
class="text-[#af00cc] bg-[#af00cc]"
/* SCSS */
$brand: #af00cc;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#af00cc")Accessibility — WCAG contrast
Aa
#af00cc on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af00cc on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#af00cc text on a black background
contrast 3.69:1
Card sample
#af00cc text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af00cc;
Background color
Panel with #af00cc background
background-color: #af00cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af00cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af00cc; background: linear-gradient(135deg, #af00cc, #CC0061);