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