#af13dc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 19, 220
HSL
287°, 84%, 47%
CMYK
21, 91, 0, 14
Luminance
0.1475
Every format
| HEX | #af13dc |
| RGB | rgb(175, 19, 220) |
| HSL | hsl(287, 84%, 47%) |
| CMYK | cmyk(21%, 91%, 0%, 14%) |
| LAB | lab(45.3 79.4 -66.0) |
| LCH | lch(45.3 103.3 320.2) |
| OKLCH | oklch(0.565 0.269 316.0) |
Copy-ready code
/* CSS */
color: #af13dc;
background-color: #af13dc;
/* Tailwind (arbitrary) */
class="text-[#af13dc] bg-[#af13dc]"
/* SCSS */
$brand: #af13dc;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.863)
/* Android */
Color.parseColor("#af13dc")Accessibility — WCAG contrast
Aa
#af13dc on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af13dc on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta91.4%
Yellow0.0%
Key (black)13.7%
Color previews
#af13dc text on a black background
contrast 3.95:1
Card sample
#af13dc text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af13dc;
Background color
Panel with #af13dc background
background-color: #af13dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af13dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af13dc; background: linear-gradient(135deg, #af13dc, #DC1383);