#cd4fed
a balanced, electric violet · warm · closest name: magenta
RGB
205, 79, 237
HSL
288°, 81%, 62%
CMYK
14, 67, 0, 7
Luminance
0.2469
Every format
| HEX | #cd4fed |
| RGB | rgb(205, 79, 237) |
| HSL | hsl(288, 81%, 62%) |
| CMYK | cmyk(14%, 67%, 0%, 7%) |
| LAB | lab(56.8 70.9 -56.9) |
| LCH | lch(56.8 91.0 321.3) |
| OKLCH | oklch(0.658 0.242 318.8) |
Copy-ready code
/* CSS */
color: #cd4fed;
background-color: #cd4fed;
/* Tailwind (arbitrary) */
class="text-[#cd4fed] bg-[#cd4fed]"
/* SCSS */
$brand: #cd4fed;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.929)
/* Android */
Color.parseColor("#cd4fed")Accessibility — WCAG contrast
Aa
#cd4fed on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fed on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue92.9%
CMYK percentages
Cyan13.5%
Magenta66.7%
Yellow0.0%
Key (black)7.1%
Color previews
#cd4fed text on a black background
contrast 5.94:1
Card sample
#cd4fed text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fed;
Background color
Panel with #cd4fed background
background-color: #cd4fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fed; background: linear-gradient(135deg, #cd4fed, #ED4FA4);