#ac0ffc
a balanced, electric violet · warm · closest name: magenta
RGB
172, 15, 252
HSL
280°, 98%, 52%
CMYK
32, 94, 0, 1
Luminance
0.1614
Every format
| HEX | #ac0ffc |
| RGB | rgb(172, 15, 252) |
| HSL | hsl(280, 98%, 52%) |
| CMYK | cmyk(32%, 94%, 0%, 1%) |
| LAB | lab(47.2 85.3 -81.1) |
| LCH | lch(47.2 117.7 316.4) |
| OKLCH | oklch(0.584 0.293 308.0) |
Copy-ready code
/* CSS */
color: #ac0ffc;
background-color: #ac0ffc;
/* Tailwind (arbitrary) */
class="text-[#ac0ffc] bg-[#ac0ffc]"
/* SCSS */
$brand: #ac0ffc;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.988)
/* Android */
Color.parseColor("#ac0ffc")Accessibility — WCAG contrast
Aa
#ac0ffc on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0ffc on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta94.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ac0ffc text on a black background
contrast 4.23:1
Card sample
#ac0ffc text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0ffc;
Background color
Panel with #ac0ffc background
background-color: #ac0ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0ffc; background: linear-gradient(135deg, #ac0ffc, #FC0FAE);