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