#ad1cd3
a balanced, electric violet · warm · closest name: magenta
RGB
173, 28, 211
HSL
288°, 77%, 47%
CMYK
18, 87, 0, 17
Luminance
0.1442
Every format
| HEX | #ad1cd3 |
| RGB | rgb(173, 28, 211) |
| HSL | hsl(288, 77%, 47%) |
| CMYK | cmyk(18%, 87%, 0%, 17%) |
| LAB | lab(44.8 76.0 -61.6) |
| LCH | lch(44.8 97.8 320.9) |
| OKLCH | oklch(0.559 0.257 317.4) |
Copy-ready code
/* CSS */
color: #ad1cd3;
background-color: #ad1cd3;
/* Tailwind (arbitrary) */
class="text-[#ad1cd3] bg-[#ad1cd3]"
/* SCSS */
$brand: #ad1cd3;
/* SwiftUI */
Color(red: 0.678, green: 0.110, blue: 0.827)
/* Android */
Color.parseColor("#ad1cd3")Accessibility — WCAG contrast
Aa
#ad1cd3 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad1cd3 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green11.0%
Blue82.7%
CMYK percentages
Cyan18.0%
Magenta86.7%
Yellow0.0%
Key (black)17.3%
Color previews
#ad1cd3 text on a black background
contrast 3.88:1
Card sample
#ad1cd3 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1cd3;
Background color
Panel with #ad1cd3 background
background-color: #ad1cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 28, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 28, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1cd3; background: linear-gradient(135deg, #ad1cd3, #D31C7F);