#cd2fda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 47, 218
HSL
295°, 70%, 52%
CMYK
6, 78, 0, 15
Luminance
0.2007
Every format
| HEX | #cd2fda |
| RGB | rgb(205, 47, 218) |
| HSL | hsl(295, 70%, 52%) |
| CMYK | cmyk(6%, 78%, 0%, 15%) |
| LAB | lab(51.9 78.3 -54.0) |
| LCH | lch(51.9 95.1 325.4) |
| OKLCH | oklch(0.620 0.260 324.6) |
Copy-ready code
/* CSS */
color: #cd2fda;
background-color: #cd2fda;
/* Tailwind (arbitrary) */
class="text-[#cd2fda] bg-[#cd2fda]"
/* SCSS */
$brand: #cd2fda;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#cd2fda")Accessibility — WCAG contrast
Aa
#cd2fda on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2fda on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cd2fda text on a black background
contrast 5.01:1
Card sample
#cd2fda text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2fda;
Background color
Panel with #cd2fda background
background-color: #cd2fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2fda; background: linear-gradient(135deg, #cd2fda, #DA2F75);