#af11ec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 17, 236
HSL
283°, 87%, 50%
CMYK
26, 93, 0, 8
Luminance
0.1557
Every format
| HEX | #af11ec |
| RGB | rgb(175, 17, 236) |
| HSL | hsl(283, 87%, 50%) |
| CMYK | cmyk(26%, 93%, 0%, 8%) |
| LAB | lab(46.4 82.5 -73.3) |
| LCH | lch(46.4 110.4 318.4) |
| OKLCH | oklch(0.576 0.281 312.3) |
Copy-ready code
/* CSS */
color: #af11ec;
background-color: #af11ec;
/* Tailwind (arbitrary) */
class="text-[#af11ec] bg-[#af11ec]"
/* SCSS */
$brand: #af11ec;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.925)
/* Android */
Color.parseColor("#af11ec")Accessibility — WCAG contrast
Aa
#af11ec on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af11ec on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta92.8%
Yellow0.0%
Key (black)7.5%
Color previews
#af11ec text on a black background
contrast 4.11:1
Card sample
#af11ec text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af11ec;
Background color
Panel with #af11ec background
background-color: #af11ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af11ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af11ec; background: linear-gradient(135deg, #af11ec, #EC1197);