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