#cd2dda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 45, 218
HSL
296°, 70%, 52%
CMYK
6, 79, 0, 15
Luminance
0.1992
Every format
| HEX | #cd2dda |
| RGB | rgb(205, 45, 218) |
| HSL | hsl(296, 70%, 52%) |
| CMYK | cmyk(6%, 79%, 0%, 15%) |
| LAB | lab(51.8 78.8 -54.3) |
| LCH | lch(51.8 95.7 325.5) |
| OKLCH | oklch(0.619 0.262 324.7) |
Copy-ready code
/* CSS */
color: #cd2dda;
background-color: #cd2dda;
/* Tailwind (arbitrary) */
class="text-[#cd2dda] bg-[#cd2dda]"
/* SCSS */
$brand: #cd2dda;
/* SwiftUI */
Color(red: 0.804, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#cd2dda")Accessibility — WCAG contrast
Aa
#cd2dda on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2dda on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.6%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta79.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cd2dda text on a black background
contrast 4.98:1
Card sample
#cd2dda text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2dda;
Background color
Panel with #cd2dda background
background-color: #cd2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2dda; background: linear-gradient(135deg, #cd2dda, #DA2D74);