#cd41ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 65, 255
HSL
284°, 100%, 63%
CMYK
20, 75, 0, 0
Luminance
0.2398
Every format
| HEX | #cd41ff |
| RGB | rgb(205, 65, 255) |
| HSL | hsl(284, 100%, 63%) |
| CMYK | cmyk(20%, 75%, 0%, 0%) |
| LAB | lab(56.1 79.4 -68.1) |
| LCH | lch(56.1 104.6 319.4) |
| OKLCH | oklch(0.657 0.273 315.3) |
Copy-ready code
/* CSS */
color: #cd41ff;
background-color: #cd41ff;
/* Tailwind (arbitrary) */
class="text-[#cd41ff] bg-[#cd41ff]"
/* SCSS */
$brand: #cd41ff;
/* SwiftUI */
Color(red: 0.804, green: 0.255, blue: 1.000)
/* Android */
Color.parseColor("#cd41ff")Accessibility — WCAG contrast
Aa
#cd41ff on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd41ff on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.5%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta74.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cd41ff text on a black background
contrast 5.80:1
Card sample
#cd41ff text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd41ff;
Background color
Panel with #cd41ff background
background-color: #cd41ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd41ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 65, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 65, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd41ff; background: linear-gradient(135deg, #cd41ff, #FF41B2);