#cd41f3
a balanced, electric violet · warm · closest name: magenta
RGB
205, 65, 243
HSL
287°, 88%, 60%
CMYK
16, 73, 0, 5
Luminance
0.2323
Every format
| HEX | #cd41f3 |
| RGB | rgb(205, 65, 243) |
| HSL | hsl(287, 88%, 60%) |
| CMYK | cmyk(16%, 73%, 0%, 5%) |
| LAB | lab(55.3 77.2 -62.6) |
| LCH | lch(55.3 99.4 320.9) |
| OKLCH | oklch(0.649 0.263 318.0) |
Copy-ready code
/* CSS */
color: #cd41f3;
background-color: #cd41f3;
/* Tailwind (arbitrary) */
class="text-[#cd41f3] bg-[#cd41f3]"
/* SCSS */
$brand: #cd41f3;
/* SwiftUI */
Color(red: 0.804, green: 0.255, blue: 0.953)
/* Android */
Color.parseColor("#cd41f3")Accessibility — WCAG contrast
Aa
#cd41f3 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd41f3 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.5%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta73.3%
Yellow0.0%
Key (black)4.7%
Color previews
#cd41f3 text on a black background
contrast 5.65:1
Card sample
#cd41f3 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd41f3;
Background color
Panel with #cd41f3 background
background-color: #cd41f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd41f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 65, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 65, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd41f3; background: linear-gradient(135deg, #cd41f3, #F341A2);