#af13cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 19, 204
HSL
291°, 83%, 44%
CMYK
14, 91, 0, 20
Luminance
0.1394
Every format
| HEX | #af13cc |
| RGB | rgb(175, 19, 204) |
| HSL | hsl(291, 83%, 44%) |
| CMYK | cmyk(14%, 91%, 0%, 20%) |
| LAB | lab(44.1 76.6 -58.7) |
| LCH | lch(44.1 96.5 322.5) |
| OKLCH | oklch(0.553 0.257 320.0) |
Copy-ready code
/* CSS */
color: #af13cc;
background-color: #af13cc;
/* Tailwind (arbitrary) */
class="text-[#af13cc] bg-[#af13cc]"
/* SCSS */
$brand: #af13cc;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.800)
/* Android */
Color.parseColor("#af13cc")Accessibility — WCAG contrast
Aa
#af13cc on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af13cc on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta90.7%
Yellow0.0%
Key (black)20.0%
Color previews
#af13cc text on a black background
contrast 3.79:1
Card sample
#af13cc text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af13cc;
Background color
Panel with #af13cc background
background-color: #af13cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af13cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af13cc; background: linear-gradient(135deg, #af13cc, #CC136E);