#cd41f4
a balanced, electric violet · warm · closest name: magenta
RGB
205, 65, 244
HSL
287°, 89%, 61%
CMYK
16, 73, 0, 4
Luminance
0.2329
Every format
| HEX | #cd41f4 |
| RGB | rgb(205, 65, 244) |
| HSL | hsl(287, 89%, 61%) |
| CMYK | cmyk(16%, 73%, 0%, 4%) |
| LAB | lab(55.4 77.4 -63.1) |
| LCH | lch(55.4 99.8 320.8) |
| OKLCH | oklch(0.650 0.264 317.7) |
Copy-ready code
/* CSS */
color: #cd41f4;
background-color: #cd41f4;
/* Tailwind (arbitrary) */
class="text-[#cd41f4] bg-[#cd41f4]"
/* SCSS */
$brand: #cd41f4;
/* SwiftUI */
Color(red: 0.804, green: 0.255, blue: 0.957)
/* Android */
Color.parseColor("#cd41f4")Accessibility — WCAG contrast
Aa
#cd41f4 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd41f4 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.5%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta73.4%
Yellow0.0%
Key (black)4.3%
Color previews
#cd41f4 text on a black background
contrast 5.66:1
Card sample
#cd41f4 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd41f4;
Background color
Panel with #cd41f4 background
background-color: #cd41f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd41f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 65, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 65, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd41f4; background: linear-gradient(135deg, #cd41f4, #F441A4);