#ac0acf
a dark, electric violet · warm · closest name: magenta
RGB
172, 10, 207
HSL
289°, 91%, 43%
CMYK
17, 95, 0, 19
Luminance
0.1349
Every format
| HEX | #ac0acf |
| RGB | rgb(172, 10, 207) |
| HSL | hsl(289, 91%, 43%) |
| CMYK | cmyk(17%, 95%, 0%, 19%) |
| LAB | lab(43.5 77.7 -61.5) |
| LCH | lch(43.5 99.1 321.7) |
| OKLCH | oklch(0.548 0.261 318.4) |
Copy-ready code
/* CSS */
color: #ac0acf;
background-color: #ac0acf;
/* Tailwind (arbitrary) */
class="text-[#ac0acf] bg-[#ac0acf]"
/* SCSS */
$brand: #ac0acf;
/* SwiftUI */
Color(red: 0.675, green: 0.039, blue: 0.812)
/* Android */
Color.parseColor("#ac0acf")Accessibility — WCAG contrast
Aa
#ac0acf on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0acf on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green3.9%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta95.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ac0acf text on a black background
contrast 3.70:1
Card sample
#ac0acf text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0acf;
Background color
Panel with #ac0acf background
background-color: #ac0acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 10, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 10, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0acf; background: linear-gradient(135deg, #ac0acf, #CF0A6F);