#af13ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 19, 236
HSL
283°, 85%, 50%
CMYK
26, 92, 0, 8
Luminance
0.1564
Every format
| HEX | #af13ec |
| RGB | rgb(175, 19, 236) |
| HSL | hsl(283, 85%, 50%) |
| CMYK | cmyk(26%, 92%, 0%, 8%) |
| LAB | lab(46.5 82.2 -73.2) |
| LCH | lch(46.5 110.1 318.3) |
| OKLCH | oklch(0.577 0.281 312.2) |
Copy-ready code
/* CSS */
color: #af13ec;
background-color: #af13ec;
/* Tailwind (arbitrary) */
class="text-[#af13ec] bg-[#af13ec]"
/* SCSS */
$brand: #af13ec;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.925)
/* Android */
Color.parseColor("#af13ec")Accessibility — WCAG contrast
Aa
#af13ec on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af13ec on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta91.9%
Yellow0.0%
Key (black)7.5%
Color previews
#af13ec text on a black background
contrast 4.13:1
Card sample
#af13ec text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af13ec;
Background color
Panel with #af13ec background
background-color: #af13ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af13ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af13ec; background: linear-gradient(135deg, #af13ec, #EC1398);