#cd13df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 19, 223
HSL
295°, 84%, 48%
CMYK
8, 92, 0, 13
Luminance
0.1877
Every format
| HEX | #cd13df |
| RGB | rgb(205, 19, 223) |
| HSL | hsl(295, 84%, 48%) |
| CMYK | cmyk(8%, 92%, 0%, 13%) |
| LAB | lab(50.4 84.4 -59.2) |
| LCH | lch(50.4 103.1 324.9) |
| OKLCH | oklch(0.611 0.280 323.7) |
Copy-ready code
/* CSS */
color: #cd13df;
background-color: #cd13df;
/* Tailwind (arbitrary) */
class="text-[#cd13df] bg-[#cd13df]"
/* SCSS */
$brand: #cd13df;
/* SwiftUI */
Color(red: 0.804, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#cd13df")Accessibility — WCAG contrast
Aa
#cd13df on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd13df on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.5%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cd13df text on a black background
contrast 4.75:1
Card sample
#cd13df text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd13df;
Background color
Panel with #cd13df background
background-color: #cd13df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd13df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd13df; background: linear-gradient(135deg, #cd13df, #DF1369);