#ac00cf
a dark, electric violet · warm · closest name: magenta
RGB
172, 0, 207
HSL
290°, 100%, 41%
CMYK
17, 100, 0, 19
Luminance
0.1328
Every format
| HEX | #ac00cf |
| RGB | rgb(172, 0, 207) |
| HSL | hsl(290, 100%, 41%) |
| CMYK | cmyk(17%, 100%, 0%, 19%) |
| LAB | lab(43.2 78.7 -62.0) |
| LCH | lch(43.2 100.2 321.8) |
| OKLCH | oklch(0.546 0.264 318.5) |
Copy-ready code
/* CSS */
color: #ac00cf;
background-color: #ac00cf;
/* Tailwind (arbitrary) */
class="text-[#ac00cf] bg-[#ac00cf]"
/* SCSS */
$brand: #ac00cf;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#ac00cf")Accessibility — WCAG contrast
Aa
#ac00cf on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00cf on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta100.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ac00cf text on a black background
contrast 3.66:1
Card sample
#ac00cf text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00cf;
Background color
Panel with #ac00cf background
background-color: #ac00cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00cf; background: linear-gradient(135deg, #ac00cf, #CF0068);