#ad0ef1
a balanced, electric violet · warm · closest name: magenta
RGB
173, 14, 241
HSL
282°, 89%, 50%
CMYK
28, 94, 0, 6
Luminance
0.1555
Every format
| HEX | #ad0ef1 |
| RGB | rgb(173, 14, 241) |
| HSL | hsl(282, 89%, 50%) |
| CMYK | cmyk(28%, 94%, 0%, 6%) |
| LAB | lab(46.4 83.5 -76.2) |
| LCH | lch(46.4 113.0 317.6) |
| OKLCH | oklch(0.577 0.285 310.6) |
Copy-ready code
/* CSS */
color: #ad0ef1;
background-color: #ad0ef1;
/* Tailwind (arbitrary) */
class="text-[#ad0ef1] bg-[#ad0ef1]"
/* SCSS */
$brand: #ad0ef1;
/* SwiftUI */
Color(red: 0.678, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#ad0ef1")Accessibility — WCAG contrast
Aa
#ad0ef1 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0ef1 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green5.5%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#ad0ef1 text on a black background
contrast 4.11:1
Card sample
#ad0ef1 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0ef1;
Background color
Panel with #ad0ef1 background
background-color: #ad0ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0ef1; background: linear-gradient(135deg, #ad0ef1, #F10E9E);