#ac0fce
a dark, electric violet · warm · closest name: magenta
RGB
172, 15, 206
HSL
289°, 86%, 43%
CMYK
17, 93, 0, 19
Luminance
0.1357
Every format
| HEX | #ac0fce |
| RGB | rgb(172, 15, 206) |
| HSL | hsl(289, 86%, 43%) |
| CMYK | cmyk(17%, 93%, 0%, 19%) |
| LAB | lab(43.6 77.0 -60.7) |
| LCH | lch(43.6 98.1 321.7) |
| OKLCH | oklch(0.549 0.259 318.6) |
Copy-ready code
/* CSS */
color: #ac0fce;
background-color: #ac0fce;
/* Tailwind (arbitrary) */
class="text-[#ac0fce] bg-[#ac0fce]"
/* SCSS */
$brand: #ac0fce;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.808)
/* Android */
Color.parseColor("#ac0fce")Accessibility — WCAG contrast
Aa
#ac0fce on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0fce on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta92.7%
Yellow0.0%
Key (black)19.2%
Color previews
#ac0fce text on a black background
contrast 3.71:1
Card sample
#ac0fce text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0fce;
Background color
Panel with #ac0fce background
background-color: #ac0fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0fce; background: linear-gradient(135deg, #ac0fce, #CE0F71);