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