#ac30eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 48, 235
HSL
280°, 82%, 56%
CMYK
27, 80, 0, 8
Luminance
0.1688
Every format
| HEX | #ac30eb |
| RGB | rgb(172, 48, 235) |
| HSL | hsl(280, 82%, 56%) |
| CMYK | cmyk(27%, 80%, 0%, 8%) |
| LAB | lab(48.1 75.3 -70.0) |
| LCH | lch(48.1 102.8 317.1) |
| OKLCH | oklch(0.587 0.262 310.6) |
Copy-ready code
/* CSS */
color: #ac30eb;
background-color: #ac30eb;
/* Tailwind (arbitrary) */
class="text-[#ac30eb] bg-[#ac30eb]"
/* SCSS */
$brand: #ac30eb;
/* SwiftUI */
Color(red: 0.675, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#ac30eb")Accessibility — WCAG contrast
Aa
#ac30eb on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac30eb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.8%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta79.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ac30eb text on a black background
contrast 4.38:1
Card sample
#ac30eb text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac30eb;
Background color
Panel with #ac30eb background
background-color: #ac30eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac30eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac30eb; background: linear-gradient(135deg, #ac30eb, #EB30AD);