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