#ad0cd4
a dark, electric violet · warm · closest name: magenta
RGB
173, 12, 212
HSL
288°, 89%, 44%
CMYK
18, 94, 0, 17
Luminance
0.1390
Every format
| HEX | #ad0cd4 |
| RGB | rgb(173, 12, 212) |
| HSL | hsl(288, 89%, 44%) |
| CMYK | cmyk(18%, 94%, 0%, 17%) |
| LAB | lab(44.1 78.5 -63.4) |
| LCH | lch(44.1 101.0 321.1) |
| OKLCH | oklch(0.554 0.265 317.4) |
Copy-ready code
/* CSS */
color: #ad0cd4;
background-color: #ad0cd4;
/* Tailwind (arbitrary) */
class="text-[#ad0cd4] bg-[#ad0cd4]"
/* SCSS */
$brand: #ad0cd4;
/* SwiftUI */
Color(red: 0.678, green: 0.047, blue: 0.831)
/* Android */
Color.parseColor("#ad0cd4")Accessibility — WCAG contrast
Aa
#ad0cd4 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0cd4 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green4.7%
Blue83.1%
CMYK percentages
Cyan18.4%
Magenta94.3%
Yellow0.0%
Key (black)16.9%
Color previews
#ad0cd4 text on a black background
contrast 3.78:1
Card sample
#ad0cd4 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0cd4;
Background color
Panel with #ad0cd4 background
background-color: #ad0cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 12, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 12, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0cd4; background: linear-gradient(135deg, #ad0cd4, #D40C76);