#ac0fd8
a balanced, electric violet · warm · closest name: magenta
RGB
172, 15, 216
HSL
287°, 87%, 45%
CMYK
20, 93, 0, 15
Luminance
0.1407
Every format
| HEX | #ac0fd8 |
| RGB | rgb(172, 15, 216) |
| HSL | hsl(287, 87%, 45%) |
| CMYK | cmyk(20%, 93%, 0%, 15%) |
| LAB | lab(44.3 78.8 -65.3) |
| LCH | lch(44.3 102.3 320.3) |
| OKLCH | oklch(0.556 0.266 316.1) |
Copy-ready code
/* CSS */
color: #ac0fd8;
background-color: #ac0fd8;
/* Tailwind (arbitrary) */
class="text-[#ac0fd8] bg-[#ac0fd8]"
/* SCSS */
$brand: #ac0fd8;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.847)
/* Android */
Color.parseColor("#ac0fd8")Accessibility — WCAG contrast
Aa
#ac0fd8 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0fd8 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue84.7%
CMYK percentages
Cyan20.4%
Magenta93.1%
Yellow0.0%
Key (black)15.3%
Color previews
#ac0fd8 text on a black background
contrast 3.81:1
Card sample
#ac0fd8 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0fd8;
Background color
Panel with #ac0fd8 background
background-color: #ac0fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0fd8; background: linear-gradient(135deg, #ac0fd8, #D80F7E);