#ac0fc7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
172, 15, 199
HSL
291°, 86%, 42%
CMYK
14, 93, 0, 22
Luminance
0.1324
Every format
| HEX | #ac0fc7 |
| RGB | rgb(172, 15, 199) |
| HSL | hsl(291, 86%, 42%) |
| CMYK | cmyk(14%, 93%, 0%, 22%) |
| LAB | lab(43.1 75.8 -57.5) |
| LCH | lch(43.1 95.2 322.8) |
| OKLCH | oklch(0.544 0.254 320.5) |
Copy-ready code
/* CSS */
color: #ac0fc7;
background-color: #ac0fc7;
/* Tailwind (arbitrary) */
class="text-[#ac0fc7] bg-[#ac0fc7]"
/* SCSS */
$brand: #ac0fc7;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.780)
/* Android */
Color.parseColor("#ac0fc7")Accessibility — WCAG contrast
Aa
#ac0fc7 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0fc7 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue78.0%
CMYK percentages
Cyan13.6%
Magenta92.5%
Yellow0.0%
Key (black)22.0%
Color previews
#ac0fc7 text on a black background
contrast 3.65:1
Card sample
#ac0fc7 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0fc7;
Background color
Panel with #ac0fc7 background
background-color: #ac0fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0fc7; background: linear-gradient(135deg, #ac0fc7, #C70F67);