#ac0eef
a balanced, electric violet · warm · closest name: magenta
RGB
172, 14, 239
HSL
282°, 89%, 50%
CMYK
28, 94, 0, 6
Luminance
0.1532
Every format
| HEX | #ac0eef |
| RGB | rgb(172, 14, 239) |
| HSL | hsl(282, 89%, 50%) |
| CMYK | cmyk(28%, 94%, 0%, 6%) |
| LAB | lab(46.1 83.0 -75.6) |
| LCH | lch(46.1 112.3 317.7) |
| OKLCH | oklch(0.574 0.284 310.8) |
Copy-ready code
/* CSS */
color: #ac0eef;
background-color: #ac0eef;
/* Tailwind (arbitrary) */
class="text-[#ac0eef] bg-[#ac0eef]"
/* SCSS */
$brand: #ac0eef;
/* SwiftUI */
Color(red: 0.675, green: 0.055, blue: 0.937)
/* Android */
Color.parseColor("#ac0eef")Accessibility — WCAG contrast
Aa
#ac0eef on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0eef on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.5%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta94.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ac0eef text on a black background
contrast 4.06:1
Card sample
#ac0eef text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0eef;
Background color
Panel with #ac0eef background
background-color: #ac0eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 14, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 14, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0eef; background: linear-gradient(135deg, #ac0eef, #EF0E9C);