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