#ad24eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 36, 235
HSL
281°, 83%, 53%
CMYK
26, 85, 0, 8
Luminance
0.1614
Every format
| HEX | #ad24eb |
| RGB | rgb(173, 36, 235) |
| HSL | hsl(281, 83%, 53%) |
| CMYK | cmyk(26%, 85%, 0%, 8%) |
| LAB | lab(47.2 78.7 -71.5) |
| LCH | lch(47.2 106.3 317.7) |
| OKLCH | oklch(0.581 0.271 311.4) |
Copy-ready code
/* CSS */
color: #ad24eb;
background-color: #ad24eb;
/* Tailwind (arbitrary) */
class="text-[#ad24eb] bg-[#ad24eb]"
/* SCSS */
$brand: #ad24eb;
/* SwiftUI */
Color(red: 0.678, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#ad24eb")Accessibility — WCAG contrast
Aa
#ad24eb on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad24eb on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green14.1%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ad24eb text on a black background
contrast 4.23:1
Card sample
#ad24eb text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad24eb;
Background color
Panel with #ad24eb background
background-color: #ad24eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad24eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad24eb; background: linear-gradient(135deg, #ad24eb, #EB24A4);