#ac07da
a dark, electric violet · warm · closest name: magenta
RGB
172, 7, 218
HSL
287°, 94%, 44%
CMYK
21, 97, 0, 15
Luminance
0.1398
Every format
| HEX | #ac07da |
| RGB | rgb(172, 7, 218) |
| HSL | hsl(287, 94%, 44%) |
| CMYK | cmyk(21%, 97%, 0%, 15%) |
| LAB | lab(44.2 79.9 -66.7) |
| LCH | lch(44.2 104.1 320.2) |
| OKLCH | oklch(0.556 0.270 315.7) |
Copy-ready code
/* CSS */
color: #ac07da;
background-color: #ac07da;
/* Tailwind (arbitrary) */
class="text-[#ac07da] bg-[#ac07da]"
/* SCSS */
$brand: #ac07da;
/* SwiftUI */
Color(red: 0.675, green: 0.027, blue: 0.855)
/* Android */
Color.parseColor("#ac07da")Accessibility — WCAG contrast
Aa
#ac07da on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac07da on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green2.7%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta96.8%
Yellow0.0%
Key (black)14.5%
Color previews
#ac07da text on a black background
contrast 3.80:1
Card sample
#ac07da text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac07da;
Background color
Panel with #ac07da background
background-color: #ac07da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac07da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 7, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 7, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac07da; background: linear-gradient(135deg, #ac07da, #DA077B);