#cd2dfd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 45, 253
HSL
286°, 98%, 58%
CMYK
19, 82, 0, 1
Luminance
0.2195
Every format
| HEX | #cd2dfd |
| RGB | rgb(205, 45, 253) |
| HSL | hsl(286, 98%, 58%) |
| CMYK | cmyk(19%, 82%, 0%, 1%) |
| LAB | lab(54.0 84.7 -70.4) |
| LCH | lch(54.0 110.1 320.3) |
| OKLCH | oklch(0.642 0.288 316.4) |
Copy-ready code
/* CSS */
color: #cd2dfd;
background-color: #cd2dfd;
/* Tailwind (arbitrary) */
class="text-[#cd2dfd] bg-[#cd2dfd]"
/* SCSS */
$brand: #cd2dfd;
/* SwiftUI */
Color(red: 0.804, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#cd2dfd")Accessibility — WCAG contrast
Aa
#cd2dfd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2dfd on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.6%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cd2dfd text on a black background
contrast 5.39:1
Card sample
#cd2dfd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2dfd;
Background color
Panel with #cd2dfd background
background-color: #cd2dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2dfd; background: linear-gradient(135deg, #cd2dfd, #FD2DA2);