#ad0fd0
a dark, electric violet · warm · closest name: magenta
RGB
173, 15, 208
HSL
289°, 87%, 44%
CMYK
17, 93, 0, 18
Luminance
0.1378
Every format
| HEX | #ad0fd0 |
| RGB | rgb(173, 15, 208) |
| HSL | hsl(289, 87%, 44%) |
| CMYK | cmyk(17%, 93%, 0%, 18%) |
| LAB | lab(43.9 77.5 -61.4) |
| LCH | lch(43.9 98.9 321.6) |
| OKLCH | oklch(0.552 0.261 318.4) |
Copy-ready code
/* CSS */
color: #ad0fd0;
background-color: #ad0fd0;
/* Tailwind (arbitrary) */
class="text-[#ad0fd0] bg-[#ad0fd0]"
/* SCSS */
$brand: #ad0fd0;
/* SwiftUI */
Color(red: 0.678, green: 0.059, blue: 0.816)
/* Android */
Color.parseColor("#ad0fd0")Accessibility — WCAG contrast
Aa
#ad0fd0 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0fd0 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green5.9%
Blue81.6%
CMYK percentages
Cyan16.8%
Magenta92.8%
Yellow0.0%
Key (black)18.4%
Color previews
#ad0fd0 text on a black background
contrast 3.76:1
Card sample
#ad0fd0 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0fd0;
Background color
Panel with #ad0fd0 background
background-color: #ad0fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 15, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 15, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0fd0; background: linear-gradient(135deg, #ad0fd0, #D00F72);