#ac03eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 3, 235
HSL
284°, 98%, 47%
CMYK
27, 99, 0, 8
Luminance
0.1483
Every format
| HEX | #ac03eb |
| RGB | rgb(172, 3, 235) |
| HSL | hsl(284, 98%, 47%) |
| CMYK | cmyk(27%, 99%, 0%, 8%) |
| LAB | lab(45.4 83.3 -74.4) |
| LCH | lch(45.4 111.7 318.2) |
| OKLCH | oklch(0.568 0.283 311.8) |
Copy-ready code
/* CSS */
color: #ac03eb;
background-color: #ac03eb;
/* Tailwind (arbitrary) */
class="text-[#ac03eb] bg-[#ac03eb]"
/* SCSS */
$brand: #ac03eb;
/* SwiftUI */
Color(red: 0.675, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#ac03eb")Accessibility — WCAG contrast
Aa
#ac03eb on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac03eb on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green1.2%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ac03eb text on a black background
contrast 3.97:1
Card sample
#ac03eb text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac03eb;
Background color
Panel with #ac03eb background
background-color: #ac03eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac03eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac03eb; background: linear-gradient(135deg, #ac03eb, #EB038F);