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