#ac12cf
a dark, electric violet · warm · closest name: magenta
RGB
172, 18, 207
HSL
289°, 84%, 44%
CMYK
17, 91, 0, 19
Luminance
0.1371
Every format
| HEX | #ac12cf |
| RGB | rgb(172, 18, 207) |
| HSL | hsl(289, 84%, 44%) |
| CMYK | cmyk(17%, 91%, 0%, 19%) |
| LAB | lab(43.8 76.8 -61.0) |
| LCH | lch(43.8 98.1 321.5) |
| OKLCH | oklch(0.551 0.259 318.3) |
Copy-ready code
/* CSS */
color: #ac12cf;
background-color: #ac12cf;
/* Tailwind (arbitrary) */
class="text-[#ac12cf] bg-[#ac12cf]"
/* SCSS */
$brand: #ac12cf;
/* SwiftUI */
Color(red: 0.675, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#ac12cf")Accessibility — WCAG contrast
Aa
#ac12cf on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac12cf on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green7.1%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta91.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ac12cf text on a black background
contrast 3.74:1
Card sample
#ac12cf text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac12cf;
Background color
Panel with #ac12cf background
background-color: #ac12cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac12cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 18, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 18, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac12cf; background: linear-gradient(135deg, #ac12cf, #CF1274);