#ac0df7
a balanced, electric violet · warm · closest name: magenta
RGB
172, 13, 247
HSL
281°, 94%, 51%
CMYK
30, 95, 0, 3
Luminance
0.1577
Every format
| HEX | #ac0df7 |
| RGB | rgb(172, 13, 247) |
| HSL | hsl(281, 94%, 51%) |
| CMYK | cmyk(30%, 95%, 0%, 3%) |
| LAB | lab(46.7 84.6 -79.1) |
| LCH | lch(46.7 115.8 316.9) |
| OKLCH | oklch(0.580 0.290 309.1) |
Copy-ready code
/* CSS */
color: #ac0df7;
background-color: #ac0df7;
/* Tailwind (arbitrary) */
class="text-[#ac0df7] bg-[#ac0df7]"
/* SCSS */
$brand: #ac0df7;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.969)
/* Android */
Color.parseColor("#ac0df7")Accessibility — WCAG contrast
Aa
#ac0df7 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0df7 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta94.7%
Yellow0.0%
Key (black)3.1%
Color previews
#ac0df7 text on a black background
contrast 4.15:1
Card sample
#ac0df7 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0df7;
Background color
Panel with #ac0df7 background
background-color: #ac0df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0df7; background: linear-gradient(135deg, #ac0df7, #F70DA6);