#ad46eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 70, 235
HSL
278°, 81%, 60%
CMYK
26, 70, 0, 8
Luminance
0.1926
Every format
| HEX | #ad46eb |
| RGB | rgb(173, 70, 235) |
| HSL | hsl(278, 81%, 60%) |
| CMYK | cmyk(26%, 70%, 0%, 8%) |
| LAB | lab(51.0 67.6 -65.3) |
| LCH | lch(51.0 94.0 316.0) |
| OKLCH | oklch(0.608 0.240 309.6) |
Copy-ready code
/* CSS */
color: #ad46eb;
background-color: #ad46eb;
/* Tailwind (arbitrary) */
class="text-[#ad46eb] bg-[#ad46eb]"
/* SCSS */
$brand: #ad46eb;
/* SwiftUI */
Color(red: 0.678, green: 0.275, blue: 0.922)
/* Android */
Color.parseColor("#ad46eb")Accessibility — WCAG contrast
Aa
#ad46eb on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad46eb on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green27.5%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta70.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ad46eb text on a black background
contrast 4.85:1
Card sample
#ad46eb text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad46eb;
Background color
Panel with #ad46eb background
background-color: #ad46eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad46eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 70, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 70, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad46eb; background: linear-gradient(135deg, #ad46eb, #EB46BB);