#ac45eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 69, 235
HSL
277°, 81%, 60%
CMYK
27, 71, 0, 8
Luminance
0.1903
Every format
| HEX | #ac45eb |
| RGB | rgb(172, 69, 235) |
| HSL | hsl(277, 81%, 60%) |
| CMYK | cmyk(27%, 71%, 0%, 8%) |
| LAB | lab(50.7 67.8 -65.8) |
| LCH | lch(50.7 94.5 315.9) |
| OKLCH | oklch(0.605 0.241 309.3) |
Copy-ready code
/* CSS */
color: #ac45eb;
background-color: #ac45eb;
/* Tailwind (arbitrary) */
class="text-[#ac45eb] bg-[#ac45eb]"
/* SCSS */
$brand: #ac45eb;
/* SwiftUI */
Color(red: 0.675, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#ac45eb")Accessibility — WCAG contrast
Aa
#ac45eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac45eb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green27.1%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ac45eb text on a black background
contrast 4.81:1
Card sample
#ac45eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac45eb;
Background color
Panel with #ac45eb background
background-color: #ac45eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac45eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac45eb; background: linear-gradient(135deg, #ac45eb, #EB45BB);