#cd1dbd
a balanced, electric magenta / pink · warm · closest name: purple
RGB
205, 29, 189
HSL
306°, 75%, 46%
CMYK
0, 86, 8, 20
Luminance
0.1753
Every format
| HEX | #cd1dbd |
| RGB | rgb(205, 29, 189) |
| HSL | hsl(306, 75%, 46%) |
| CMYK | cmyk(0%, 86%, 8%, 20%) |
| LAB | lab(48.9 77.8 -42.0) |
| LCH | lch(48.9 88.5 331.6) |
| OKLCH | oklch(0.594 0.253 332.7) |
Copy-ready code
/* CSS */
color: #cd1dbd;
background-color: #cd1dbd;
/* Tailwind (arbitrary) */
class="text-[#cd1dbd] bg-[#cd1dbd]"
/* SCSS */
$brand: #cd1dbd;
/* SwiftUI */
Color(red: 0.804, green: 0.114, blue: 0.741)
/* Android */
Color.parseColor("#cd1dbd")Accessibility — WCAG contrast
Aa
#cd1dbd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1dbd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green11.4%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow7.8%
Key (black)19.6%
Color previews
#cd1dbd text on a black background
contrast 4.51:1
Card sample
#cd1dbd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1dbd;
Background color
Panel with #cd1dbd background
background-color: #cd1dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 29, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 29, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1dbd; background: linear-gradient(135deg, #cd1dbd, #CD1D48);