#ac0adf
a balanced, electric violet · warm · closest name: magenta
RGB
172, 10, 223
HSL
286°, 91%, 46%
CMYK
23, 96, 0, 13
Luminance
0.1432
Every format
| HEX | #ac0adf |
| RGB | rgb(172, 10, 223) |
| HSL | hsl(286, 91%, 46%) |
| CMYK | cmyk(23%, 96%, 0%, 13%) |
| LAB | lab(44.7 80.5 -68.8) |
| LCH | lch(44.7 105.9 319.5) |
| OKLCH | oklch(0.560 0.273 314.5) |
Copy-ready code
/* CSS */
color: #ac0adf;
background-color: #ac0adf;
/* Tailwind (arbitrary) */
class="text-[#ac0adf] bg-[#ac0adf]"
/* SCSS */
$brand: #ac0adf;
/* SwiftUI */
Color(red: 0.675, green: 0.039, blue: 0.875)
/* Android */
Color.parseColor("#ac0adf")Accessibility — WCAG contrast
Aa
#ac0adf on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0adf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green3.9%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta95.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ac0adf text on a black background
contrast 3.86:1
Card sample
#ac0adf text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0adf;
Background color
Panel with #ac0adf background
background-color: #ac0adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 10, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 10, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0adf; background: linear-gradient(135deg, #ac0adf, #DF0A84);