#cd10df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 16, 223
HSL
295°, 87%, 47%
CMYK
8, 93, 0, 13
Luminance
0.1868
Every format
| HEX | #cd10df |
| RGB | rgb(205, 16, 223) |
| HSL | hsl(295, 87%, 47%) |
| CMYK | cmyk(8%, 93%, 0%, 13%) |
| LAB | lab(50.3 84.7 -59.4) |
| LCH | lch(50.3 103.5 325.0) |
| OKLCH | oklch(0.610 0.281 323.7) |
Copy-ready code
/* CSS */
color: #cd10df;
background-color: #cd10df;
/* Tailwind (arbitrary) */
class="text-[#cd10df] bg-[#cd10df]"
/* SCSS */
$brand: #cd10df;
/* SwiftUI */
Color(red: 0.804, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#cd10df")Accessibility — WCAG contrast
Aa
#cd10df on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd10df on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green6.3%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cd10df text on a black background
contrast 4.74:1
Card sample
#cd10df text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd10df;
Background color
Panel with #cd10df background
background-color: #cd10df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd10df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd10df; background: linear-gradient(135deg, #cd10df, #DF1067);