#ac02da
a dark, electric violet · warm · closest name: magenta
RGB
172, 2, 218
HSL
287°, 98%, 43%
CMYK
21, 99, 0, 15
Luminance
0.1388
Every format
| HEX | #ac02da |
| RGB | rgb(172, 2, 218) |
| HSL | hsl(287, 98%, 43%) |
| CMYK | cmyk(21%, 99%, 0%, 15%) |
| LAB | lab(44.1 80.4 -66.9) |
| LCH | lch(44.1 104.6 320.2) |
| OKLCH | oklch(0.555 0.271 315.8) |
Copy-ready code
/* CSS */
color: #ac02da;
background-color: #ac02da;
/* Tailwind (arbitrary) */
class="text-[#ac02da] bg-[#ac02da]"
/* SCSS */
$brand: #ac02da;
/* SwiftUI */
Color(red: 0.675, green: 0.008, blue: 0.855)
/* Android */
Color.parseColor("#ac02da")Accessibility — WCAG contrast
Aa
#ac02da on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac02da on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.8%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta99.1%
Yellow0.0%
Key (black)14.5%
Color previews
#ac02da text on a black background
contrast 3.78:1
Card sample
#ac02da text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac02da;
Background color
Panel with #ac02da background
background-color: #ac02da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac02da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 2, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 2, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac02da; background: linear-gradient(135deg, #ac02da, #DA0278);