#ad18ce
a balanced, electric violet · warm · closest name: magenta
RGB
173, 24, 206
HSL
289°, 79%, 45%
CMYK
16, 88, 0, 19
Luminance
0.1399
Every format
| HEX | #ad18ce |
| RGB | rgb(173, 24, 206) |
| HSL | hsl(289, 79%, 45%) |
| CMYK | cmyk(16%, 88%, 0%, 19%) |
| LAB | lab(44.2 75.8 -59.7) |
| LCH | lch(44.2 96.5 321.8) |
| OKLCH | oklch(0.554 0.255 318.8) |
Copy-ready code
/* CSS */
color: #ad18ce;
background-color: #ad18ce;
/* Tailwind (arbitrary) */
class="text-[#ad18ce] bg-[#ad18ce]"
/* SCSS */
$brand: #ad18ce;
/* SwiftUI */
Color(red: 0.678, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#ad18ce")Accessibility — WCAG contrast
Aa
#ad18ce on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad18ce on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green9.4%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ad18ce text on a black background
contrast 3.80:1
Card sample
#ad18ce text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad18ce;
Background color
Panel with #ad18ce background
background-color: #ad18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad18ce; background: linear-gradient(135deg, #ad18ce, #CE1876);