#ac24cf
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 36, 207
HSL
288°, 70%, 48%
CMYK
17, 83, 0, 19
Luminance
0.1454
Every format
| HEX | #ac24cf |
| RGB | rgb(172, 36, 207) |
| HSL | hsl(288, 70%, 48%) |
| CMYK | cmyk(17%, 83%, 0%, 19%) |
| LAB | lab(45.0 73.3 -59.1) |
| LCH | lch(45.0 94.2 321.1) |
| OKLCH | oklch(0.559 0.248 317.9) |
Copy-ready code
/* CSS */
color: #ac24cf;
background-color: #ac24cf;
/* Tailwind (arbitrary) */
class="text-[#ac24cf] bg-[#ac24cf]"
/* SCSS */
$brand: #ac24cf;
/* SwiftUI */
Color(red: 0.675, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#ac24cf")Accessibility — WCAG contrast
Aa
#ac24cf on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac24cf on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green14.1%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ac24cf text on a black background
contrast 3.91:1
Card sample
#ac24cf text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac24cf;
Background color
Panel with #ac24cf background
background-color: #ac24cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac24cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac24cf; background: linear-gradient(135deg, #ac24cf, #CF2480);