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