#ac0fff
a balanced, electric violet · warm · closest name: magenta
RGB
172, 15, 255
HSL
279°, 100%, 53%
CMYK
33, 94, 0, 0
Luminance
0.1633
Every format
| HEX | #ac0fff |
| RGB | rgb(172, 15, 255) |
| HSL | hsl(279, 100%, 53%) |
| CMYK | cmyk(33%, 94%, 0%, 0%) |
| LAB | lab(47.4 85.9 -82.4) |
| LCH | lch(47.4 119.0 316.2) |
| OKLCH | oklch(0.587 0.296 307.4) |
Copy-ready code
/* CSS */
color: #ac0fff;
background-color: #ac0fff;
/* Tailwind (arbitrary) */
class="text-[#ac0fff] bg-[#ac0fff]"
/* SCSS */
$brand: #ac0fff;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 1.000)
/* Android */
Color.parseColor("#ac0fff")Accessibility — WCAG contrast
Aa
#ac0fff on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0fff on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta94.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ac0fff text on a black background
contrast 4.27:1
Card sample
#ac0fff text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0fff;
Background color
Panel with #ac0fff background
background-color: #ac0fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0fff; background: linear-gradient(135deg, #ac0fff, #FF0FB2);