#cd3ffd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 63, 253
HSL
285°, 98%, 62%
CMYK
19, 75, 0, 1
Luminance
0.2363
Every format
| HEX | #cd3ffd |
| RGB | rgb(205, 63, 253) |
| HSL | hsl(285, 98%, 62%) |
| CMYK | cmyk(19%, 75%, 0%, 1%) |
| LAB | lab(55.7 79.7 -67.5) |
| LCH | lch(55.7 104.5 319.7) |
| OKLCH | oklch(0.654 0.273 315.8) |
Copy-ready code
/* CSS */
color: #cd3ffd;
background-color: #cd3ffd;
/* Tailwind (arbitrary) */
class="text-[#cd3ffd] bg-[#cd3ffd]"
/* SCSS */
$brand: #cd3ffd;
/* SwiftUI */
Color(red: 0.804, green: 0.247, blue: 0.992)
/* Android */
Color.parseColor("#cd3ffd")Accessibility — WCAG contrast
Aa
#cd3ffd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ffd on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.7%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta75.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cd3ffd text on a black background
contrast 5.73:1
Card sample
#cd3ffd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ffd;
Background color
Panel with #cd3ffd background
background-color: #cd3ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 63, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 63, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ffd; background: linear-gradient(135deg, #cd3ffd, #FD3FAF);