#ad0cd0
a dark, electric violet · warm · closest name: magenta
RGB
173, 12, 208
HSL
289°, 89%, 43%
CMYK
17, 94, 0, 18
Luminance
0.1370
Every format
| HEX | #ad0cd0 |
| RGB | rgb(173, 12, 208) |
| HSL | hsl(289, 89%, 43%) |
| CMYK | cmyk(17%, 94%, 0%, 18%) |
| LAB | lab(43.8 77.9 -61.6) |
| LCH | lch(43.8 99.3 321.7) |
| OKLCH | oklch(0.551 0.262 318.4) |
Copy-ready code
/* CSS */
color: #ad0cd0;
background-color: #ad0cd0;
/* Tailwind (arbitrary) */
class="text-[#ad0cd0] bg-[#ad0cd0]"
/* SCSS */
$brand: #ad0cd0;
/* SwiftUI */
Color(red: 0.678, green: 0.047, blue: 0.816)
/* Android */
Color.parseColor("#ad0cd0")Accessibility — WCAG contrast
Aa
#ad0cd0 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0cd0 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green4.7%
Blue81.6%
CMYK percentages
Cyan16.8%
Magenta94.2%
Yellow0.0%
Key (black)18.4%
Color previews
#ad0cd0 text on a black background
contrast 3.74:1
Card sample
#ad0cd0 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0cd0;
Background color
Panel with #ad0cd0 background
background-color: #ad0cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 12, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 12, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0cd0; background: linear-gradient(135deg, #ad0cd0, #D00C70);