#ac12df
a balanced, electric violet · warm · closest name: magenta
RGB
172, 18, 223
HSL
285°, 85%, 47%
CMYK
23, 92, 0, 13
Luminance
0.1453
Every format
| HEX | #ac12df |
| RGB | rgb(172, 18, 223) |
| HSL | hsl(285, 85%, 47%) |
| CMYK | cmyk(23%, 92%, 0%, 13%) |
| LAB | lab(45.0 79.6 -68.3) |
| LCH | lch(45.0 104.9 319.4) |
| OKLCH | oklch(0.562 0.270 314.3) |
Copy-ready code
/* CSS */
color: #ac12df;
background-color: #ac12df;
/* Tailwind (arbitrary) */
class="text-[#ac12df] bg-[#ac12df]"
/* SCSS */
$brand: #ac12df;
/* SwiftUI */
Color(red: 0.675, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#ac12df")Accessibility — WCAG contrast
Aa
#ac12df on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac12df on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green7.1%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ac12df text on a black background
contrast 3.91:1
Card sample
#ac12df text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac12df;
Background color
Panel with #ac12df background
background-color: #ac12df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac12df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac12df; background: linear-gradient(135deg, #ac12df, #DF1289);