#cd41f7
a balanced, electric violet · warm · closest name: magenta
RGB
205, 65, 247
HSL
286°, 92%, 61%
CMYK
17, 74, 0, 3
Luminance
0.2348
Every format
| HEX | #cd41f7 |
| RGB | rgb(205, 65, 247) |
| HSL | hsl(286, 92%, 61%) |
| CMYK | cmyk(17%, 74%, 0%, 3%) |
| LAB | lab(55.6 77.9 -64.5) |
| LCH | lch(55.6 101.1 320.4) |
| OKLCH | oklch(0.651 0.266 317.0) |
Copy-ready code
/* CSS */
color: #cd41f7;
background-color: #cd41f7;
/* Tailwind (arbitrary) */
class="text-[#cd41f7] bg-[#cd41f7]"
/* SCSS */
$brand: #cd41f7;
/* SwiftUI */
Color(red: 0.804, green: 0.255, blue: 0.969)
/* Android */
Color.parseColor("#cd41f7")Accessibility — WCAG contrast
Aa
#cd41f7 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd41f7 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.5%
Blue96.9%
CMYK percentages
Cyan17.0%
Magenta73.7%
Yellow0.0%
Key (black)3.1%
Color previews
#cd41f7 text on a black background
contrast 5.70:1
Card sample
#cd41f7 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd41f7;
Background color
Panel with #cd41f7 background
background-color: #cd41f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd41f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 65, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 65, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd41f7; background: linear-gradient(135deg, #cd41f7, #F741A8);