#ad22eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 34, 235
HSL
282°, 83%, 53%
CMYK
26, 86, 0, 8
Luminance
0.1603
Every format
| HEX | #ad22eb |
| RGB | rgb(173, 34, 235) |
| HSL | hsl(282, 83%, 53%) |
| CMYK | cmyk(26%, 86%, 0%, 8%) |
| LAB | lab(47.0 79.1 -71.8) |
| LCH | lch(47.0 106.8 317.8) |
| OKLCH | oklch(0.580 0.272 311.5) |
Copy-ready code
/* CSS */
color: #ad22eb;
background-color: #ad22eb;
/* Tailwind (arbitrary) */
class="text-[#ad22eb] bg-[#ad22eb]"
/* SCSS */
$brand: #ad22eb;
/* SwiftUI */
Color(red: 0.678, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#ad22eb")Accessibility — WCAG contrast
Aa
#ad22eb on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad22eb on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green13.3%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ad22eb text on a black background
contrast 4.21:1
Card sample
#ad22eb text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad22eb;
Background color
Panel with #ad22eb background
background-color: #ad22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad22eb; background: linear-gradient(135deg, #ad22eb, #EB22A3);