#ac35eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 53, 235
HSL
279°, 82%, 57%
CMYK
27, 77, 0, 8
Luminance
0.1732
Every format
| HEX | #ac35eb |
| RGB | rgb(172, 53, 235) |
| HSL | hsl(279, 82%, 57%) |
| CMYK | cmyk(27%, 77%, 0%, 8%) |
| LAB | lab(48.7 73.7 -69.1) |
| LCH | lch(48.7 101.1 316.8) |
| OKLCH | oklch(0.591 0.257 310.3) |
Copy-ready code
/* CSS */
color: #ac35eb;
background-color: #ac35eb;
/* Tailwind (arbitrary) */
class="text-[#ac35eb] bg-[#ac35eb]"
/* SCSS */
$brand: #ac35eb;
/* SwiftUI */
Color(red: 0.675, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#ac35eb")Accessibility — WCAG contrast
Aa
#ac35eb on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac35eb on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green20.8%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta77.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ac35eb text on a black background
contrast 4.46:1
Card sample
#ac35eb text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac35eb;
Background color
Panel with #ac35eb background
background-color: #ac35eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac35eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac35eb; background: linear-gradient(135deg, #ac35eb, #EB35B1);