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