#ad28eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 40, 235
HSL
281°, 83%, 54%
CMYK
26, 83, 0, 8
Luminance
0.1640
Every format
| HEX | #ad28eb |
| RGB | rgb(173, 40, 235) |
| HSL | hsl(281, 83%, 54%) |
| CMYK | cmyk(26%, 83%, 0%, 8%) |
| LAB | lab(47.5 77.7 -71.0) |
| LCH | lch(47.5 105.2 317.6) |
| OKLCH | oklch(0.583 0.268 311.3) |
Copy-ready code
/* CSS */
color: #ad28eb;
background-color: #ad28eb;
/* Tailwind (arbitrary) */
class="text-[#ad28eb] bg-[#ad28eb]"
/* SCSS */
$brand: #ad28eb;
/* SwiftUI */
Color(red: 0.678, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#ad28eb")Accessibility — WCAG contrast
Aa
#ad28eb on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad28eb on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green15.7%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ad28eb text on a black background
contrast 4.28:1
Card sample
#ad28eb text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad28eb;
Background color
Panel with #ad28eb background
background-color: #ad28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad28eb; background: linear-gradient(135deg, #ad28eb, #EB28A7);