#ad0cfd
a balanced, electric violet · warm · closest name: magenta
RGB
173, 12, 253
HSL
280°, 98%, 52%
CMYK
32, 95, 0, 1
Luminance
0.1624
Every format
| HEX | #ad0cfd |
| RGB | rgb(173, 12, 253) |
| HSL | hsl(280, 98%, 52%) |
| CMYK | cmyk(32%, 95%, 0%, 1%) |
| LAB | lab(47.3 85.9 -81.5) |
| LCH | lch(47.3 118.4 316.5) |
| OKLCH | oklch(0.586 0.295 308.2) |
Copy-ready code
/* CSS */
color: #ad0cfd;
background-color: #ad0cfd;
/* Tailwind (arbitrary) */
class="text-[#ad0cfd] bg-[#ad0cfd]"
/* SCSS */
$brand: #ad0cfd;
/* SwiftUI */
Color(red: 0.678, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#ad0cfd")Accessibility — WCAG contrast
Aa
#ad0cfd on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0cfd on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green4.7%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ad0cfd text on a black background
contrast 4.25:1
Card sample
#ad0cfd text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0cfd;
Background color
Panel with #ad0cfd background
background-color: #ad0cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0cfd; background: linear-gradient(135deg, #ad0cfd, #FD0CAC);