#cd41df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 65, 223
HSL
293°, 71%, 57%
CMYK
8, 71, 0, 13
Luminance
0.2209
Every format
| HEX | #cd41df |
| RGB | rgb(205, 65, 223) |
| HSL | hsl(293, 71%, 57%) |
| CMYK | cmyk(8%, 71%, 0%, 13%) |
| LAB | lab(54.1 73.6 -53.3) |
| LCH | lch(54.1 90.9 324.1) |
| OKLCH | oklch(0.637 0.247 322.9) |
Copy-ready code
/* CSS */
color: #cd41df;
background-color: #cd41df;
/* Tailwind (arbitrary) */
class="text-[#cd41df] bg-[#cd41df]"
/* SCSS */
$brand: #cd41df;
/* SwiftUI */
Color(red: 0.804, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#cd41df")Accessibility — WCAG contrast
Aa
#cd41df on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd41df on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.5%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cd41df text on a black background
contrast 5.42:1
Card sample
#cd41df text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd41df;
Background color
Panel with #cd41df background
background-color: #cd41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd41df; background: linear-gradient(135deg, #cd41df, #DF4188);