#ad44eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 68, 235
HSL
278°, 81%, 59%
CMYK
26, 71, 0, 8
Luminance
0.1902
Every format
| HEX | #ad44eb |
| RGB | rgb(173, 68, 235) |
| HSL | hsl(278, 81%, 59%) |
| CMYK | cmyk(26%, 71%, 0%, 8%) |
| LAB | lab(50.7 68.4 -65.8) |
| LCH | lch(50.7 94.9 316.1) |
| OKLCH | oklch(0.606 0.242 309.7) |
Copy-ready code
/* CSS */
color: #ad44eb;
background-color: #ad44eb;
/* Tailwind (arbitrary) */
class="text-[#ad44eb] bg-[#ad44eb]"
/* SCSS */
$brand: #ad44eb;
/* SwiftUI */
Color(red: 0.678, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#ad44eb")Accessibility — WCAG contrast
Aa
#ad44eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad44eb on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green26.7%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ad44eb text on a black background
contrast 4.80:1
Card sample
#ad44eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad44eb;
Background color
Panel with #ad44eb background
background-color: #ad44eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad44eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad44eb; background: linear-gradient(135deg, #ad44eb, #EB44BA);