#ac0dfd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 13, 253
HSL
280°, 98%, 52%
CMYK
32, 95, 0, 1
Luminance
0.1615
Every format
| HEX | #ac0dfd |
| RGB | rgb(172, 13, 253) |
| HSL | hsl(280, 98%, 52%) |
| CMYK | cmyk(32%, 95%, 0%, 1%) |
| LAB | lab(47.2 85.7 -81.7) |
| LCH | lch(47.2 118.4 316.4) |
| OKLCH | oklch(0.585 0.295 307.8) |
Copy-ready code
/* CSS */
color: #ac0dfd;
background-color: #ac0dfd;
/* Tailwind (arbitrary) */
class="text-[#ac0dfd] bg-[#ac0dfd]"
/* SCSS */
$brand: #ac0dfd;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#ac0dfd")Accessibility — WCAG contrast
Aa
#ac0dfd on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0dfd on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ac0dfd text on a black background
contrast 4.23:1
Card sample
#ac0dfd text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0dfd;
Background color
Panel with #ac0dfd background
background-color: #ac0dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0dfd; background: linear-gradient(135deg, #ac0dfd, #FD0DAE);