#cd4dfc
a balanced, electric violet · warm · closest name: magenta
RGB
205, 77, 252
HSL
284°, 97%, 65%
CMYK
19, 69, 0, 1
Luminance
0.2532
Every format
| HEX | #cd4dfc |
| RGB | rgb(205, 77, 252) |
| HSL | hsl(284, 97%, 65%) |
| CMYK | cmyk(19%, 69%, 0%, 1%) |
| LAB | lab(57.4 74.5 -64.3) |
| LCH | lch(57.4 98.4 319.2) |
| OKLCH | oklch(0.665 0.258 315.4) |
Copy-ready code
/* CSS */
color: #cd4dfc;
background-color: #cd4dfc;
/* Tailwind (arbitrary) */
class="text-[#cd4dfc] bg-[#cd4dfc]"
/* SCSS */
$brand: #cd4dfc;
/* SwiftUI */
Color(red: 0.804, green: 0.302, blue: 0.988)
/* Android */
Color.parseColor("#cd4dfc")Accessibility — WCAG contrast
Aa
#cd4dfc on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4dfc on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green30.2%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta69.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cd4dfc text on a black background
contrast 6.06:1
Card sample
#cd4dfc text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4dfc;
Background color
Panel with #cd4dfc background
background-color: #cd4dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 77, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 77, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4dfc; background: linear-gradient(135deg, #cd4dfc, #FC4DB6);