#ac13eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 19, 235
HSL
283°, 85%, 50%
CMYK
27, 92, 0, 8
Luminance
0.1523
Every format
| HEX | #ac13eb |
| RGB | rgb(172, 19, 235) |
| HSL | hsl(283, 85%, 50%) |
| CMYK | cmyk(27%, 92%, 0%, 8%) |
| LAB | lab(46.0 81.7 -73.5) |
| LCH | lch(46.0 109.9 318.0) |
| OKLCH | oklch(0.572 0.279 311.6) |
Copy-ready code
/* CSS */
color: #ac13eb;
background-color: #ac13eb;
/* Tailwind (arbitrary) */
class="text-[#ac13eb] bg-[#ac13eb]"
/* SCSS */
$brand: #ac13eb;
/* SwiftUI */
Color(red: 0.675, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#ac13eb")Accessibility — WCAG contrast
Aa
#ac13eb on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac13eb on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green7.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ac13eb text on a black background
contrast 4.05:1
Card sample
#ac13eb text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac13eb;
Background color
Panel with #ac13eb background
background-color: #ac13eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac13eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac13eb; background: linear-gradient(135deg, #ac13eb, #EB139A);