#ac40eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 64, 235
HSL
278°, 81%, 59%
CMYK
27, 73, 0, 8
Luminance
0.1844
Every format
| HEX | #ac40eb |
| RGB | rgb(172, 64, 235) |
| HSL | hsl(278, 81%, 59%) |
| CMYK | cmyk(27%, 73%, 0%, 8%) |
| LAB | lab(50.0 69.8 -66.9) |
| LCH | lch(50.0 96.7 316.2) |
| OKLCH | oklch(0.600 0.246 309.7) |
Copy-ready code
/* CSS */
color: #ac40eb;
background-color: #ac40eb;
/* Tailwind (arbitrary) */
class="text-[#ac40eb] bg-[#ac40eb]"
/* SCSS */
$brand: #ac40eb;
/* SwiftUI */
Color(red: 0.675, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#ac40eb")Accessibility — WCAG contrast
Aa
#ac40eb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac40eb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.1%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ac40eb text on a black background
contrast 4.69:1
Card sample
#ac40eb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac40eb;
Background color
Panel with #ac40eb background
background-color: #ac40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac40eb; background: linear-gradient(135deg, #ac40eb, #EB40B8);