#ad18eb
a balanced, electric violet · warm · closest name: magenta
RGB
173, 24, 235
HSL
282°, 84%, 51%
CMYK
26, 90, 0, 8
Luminance
0.1554
Every format
| HEX | #ad18eb |
| RGB | rgb(173, 24, 235) |
| HSL | hsl(282, 84%, 51%) |
| CMYK | cmyk(26%, 90%, 0%, 8%) |
| LAB | lab(46.4 81.0 -72.8) |
| LCH | lch(46.4 109.0 318.0) |
| OKLCH | oklch(0.575 0.277 311.8) |
Copy-ready code
/* CSS */
color: #ad18eb;
background-color: #ad18eb;
/* Tailwind (arbitrary) */
class="text-[#ad18eb] bg-[#ad18eb]"
/* SCSS */
$brand: #ad18eb;
/* SwiftUI */
Color(red: 0.678, green: 0.094, blue: 0.922)
/* Android */
Color.parseColor("#ad18eb")Accessibility — WCAG contrast
Aa
#ad18eb on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad18eb on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green9.4%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta89.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ad18eb text on a black background
contrast 4.11:1
Card sample
#ad18eb text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad18eb;
Background color
Panel with #ad18eb background
background-color: #ad18eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad18eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 24, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 24, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad18eb; background: linear-gradient(135deg, #ad18eb, #EB189C);