#cd1acd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 26, 205
HSL
300°, 78%, 45%
CMYK
0, 87, 0, 20
Luminance
0.1813
Every format
| HEX | #cd1acd |
| RGB | rgb(205, 26, 205) |
| HSL | hsl(300, 78%, 45%) |
| CMYK | cmyk(0%, 87%, 0%, 20%) |
| LAB | lab(49.6 80.7 -50.1) |
| LCH | lch(49.6 95.0 328.1) |
| OKLCH | oklch(0.602 0.265 328.3) |
Copy-ready code
/* CSS */
color: #cd1acd;
background-color: #cd1acd;
/* Tailwind (arbitrary) */
class="text-[#cd1acd] bg-[#cd1acd]"
/* SCSS */
$brand: #cd1acd;
/* SwiftUI */
Color(red: 0.804, green: 0.102, blue: 0.804)
/* Android */
Color.parseColor("#cd1acd")Accessibility — WCAG contrast
Aa
#cd1acd on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1acd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green10.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow0.0%
Key (black)19.6%
Color previews
#cd1acd text on a black background
contrast 4.63:1
Card sample
#cd1acd text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1acd;
Background color
Panel with #cd1acd background
background-color: #cd1acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 26, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 26, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1acd; background: linear-gradient(135deg, #cd1acd, #CD1A56);