#cd2fed
a balanced, electric violet · warm · closest name: magenta
RGB
205, 47, 237
HSL
290°, 84%, 56%
CMYK
14, 80, 0, 7
Luminance
0.2113
Every format
| HEX | #cd2fed |
| RGB | rgb(205, 47, 237) |
| HSL | hsl(290, 84%, 56%) |
| CMYK | cmyk(14%, 80%, 0%, 7%) |
| LAB | lab(53.1 81.5 -62.8) |
| LCH | lch(53.1 102.9 322.3) |
| OKLCH | oklch(0.632 0.274 319.9) |
Copy-ready code
/* CSS */
color: #cd2fed;
background-color: #cd2fed;
/* Tailwind (arbitrary) */
class="text-[#cd2fed] bg-[#cd2fed]"
/* SCSS */
$brand: #cd2fed;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.929)
/* Android */
Color.parseColor("#cd2fed")Accessibility — WCAG contrast
Aa
#cd2fed on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2fed on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue92.9%
CMYK percentages
Cyan13.5%
Magenta80.2%
Yellow0.0%
Key (black)7.1%
Color previews
#cd2fed text on a black background
contrast 5.23:1
Card sample
#cd2fed text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2fed;
Background color
Panel with #cd2fed background
background-color: #cd2fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2fed; background: linear-gradient(135deg, #cd2fed, #ED2F8E);