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