#ac28cf
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 40, 207
HSL
287°, 68%, 48%
CMYK
17, 81, 0, 19
Luminance
0.1479
Every format
| HEX | #ac28cf |
| RGB | rgb(172, 40, 207) |
| HSL | hsl(287, 68%, 48%) |
| CMYK | cmyk(17%, 81%, 0%, 19%) |
| LAB | lab(45.4 72.3 -58.5) |
| LCH | lch(45.4 93.0 321.0) |
| OKLCH | oklch(0.561 0.245 317.7) |
Copy-ready code
/* CSS */
color: #ac28cf;
background-color: #ac28cf;
/* Tailwind (arbitrary) */
class="text-[#ac28cf] bg-[#ac28cf]"
/* SCSS */
$brand: #ac28cf;
/* SwiftUI */
Color(red: 0.675, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#ac28cf")Accessibility — WCAG contrast
Aa
#ac28cf on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac28cf on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green15.7%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ac28cf text on a black background
contrast 3.96:1
Card sample
#ac28cf text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac28cf;
Background color
Panel with #ac28cf background
background-color: #ac28cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac28cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac28cf; background: linear-gradient(135deg, #ac28cf, #CF2883);