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