#cd41fd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 65, 253
HSL
285°, 98%, 62%
CMYK
19, 74, 0, 1
Luminance
0.2385
Every format
| HEX | #cd41fd |
| RGB | rgb(205, 65, 253) |
| HSL | hsl(285, 98%, 62%) |
| CMYK | cmyk(19%, 74%, 0%, 1%) |
| LAB | lab(55.9 79.0 -67.2) |
| LCH | lch(55.9 103.7 319.6) |
| OKLCH | oklch(0.655 0.271 315.7) |
Copy-ready code
/* CSS */
color: #cd41fd;
background-color: #cd41fd;
/* Tailwind (arbitrary) */
class="text-[#cd41fd] bg-[#cd41fd]"
/* SCSS */
$brand: #cd41fd;
/* SwiftUI */
Color(red: 0.804, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#cd41fd")Accessibility — WCAG contrast
Aa
#cd41fd on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd41fd on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cd41fd text on a black background
contrast 5.77:1
Card sample
#cd41fd text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd41fd;
Background color
Panel with #cd41fd background
background-color: #cd41fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd41fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd41fd; background: linear-gradient(135deg, #cd41fd, #FD41B0);