#cd3fde
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 63, 222
HSL
294°, 71%, 56%
CMYK
8, 72, 0, 13
Luminance
0.2181
Every format
| HEX | #cd3fde |
| RGB | rgb(205, 63, 222) |
| HSL | hsl(294, 71%, 56%) |
| CMYK | cmyk(8%, 72%, 0%, 13%) |
| LAB | lab(53.8 74.2 -53.2) |
| LCH | lch(53.8 91.3 324.3) |
| OKLCH | oklch(0.634 0.248 323.2) |
Copy-ready code
/* CSS */
color: #cd3fde;
background-color: #cd3fde;
/* Tailwind (arbitrary) */
class="text-[#cd3fde] bg-[#cd3fde]"
/* SCSS */
$brand: #cd3fde;
/* SwiftUI */
Color(red: 0.804, green: 0.247, blue: 0.871)
/* Android */
Color.parseColor("#cd3fde")Accessibility — WCAG contrast
Aa
#cd3fde on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3fde on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.7%
Blue87.1%
CMYK percentages
Cyan7.7%
Magenta71.6%
Yellow0.0%
Key (black)12.9%
Color previews
#cd3fde text on a black background
contrast 5.36:1
Card sample
#cd3fde text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3fde;
Background color
Panel with #cd3fde background
background-color: #cd3fde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3fde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 63, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 63, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3fde; background: linear-gradient(135deg, #cd3fde, #DE3F85);