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