#ac12d6
a balanced, electric violet · warm · closest name: magenta
RGB
172, 18, 214
HSL
287°, 85%, 46%
CMYK
20, 92, 0, 16
Luminance
0.1406
Every format
| HEX | #ac12d6 |
| RGB | rgb(172, 18, 214) |
| HSL | hsl(287, 85%, 46%) |
| CMYK | cmyk(20%, 92%, 0%, 16%) |
| LAB | lab(44.3 78.0 -64.2) |
| LCH | lch(44.3 101.0 320.5) |
| OKLCH | oklch(0.556 0.264 316.5) |
Copy-ready code
/* CSS */
color: #ac12d6;
background-color: #ac12d6;
/* Tailwind (arbitrary) */
class="text-[#ac12d6] bg-[#ac12d6]"
/* SCSS */
$brand: #ac12d6;
/* SwiftUI */
Color(red: 0.675, green: 0.071, blue: 0.839)
/* Android */
Color.parseColor("#ac12d6")Accessibility — WCAG contrast
Aa
#ac12d6 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac12d6 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green7.1%
Blue83.9%
CMYK percentages
Cyan19.6%
Magenta91.6%
Yellow0.0%
Key (black)16.1%
Color previews
#ac12d6 text on a black background
contrast 3.81:1
Card sample
#ac12d6 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac12d6;
Background color
Panel with #ac12d6 background
background-color: #ac12d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac12d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 18, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 18, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac12d6; background: linear-gradient(135deg, #ac12d6, #D6127E);