#cd2ced
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 44, 237
HSL
290°, 84%, 55%
CMYK
14, 81, 0, 7
Luminance
0.2089
Every format
| HEX | #cd2ced |
| RGB | rgb(205, 44, 237) |
| HSL | hsl(290, 84%, 55%) |
| CMYK | cmyk(14%, 81%, 0%, 7%) |
| LAB | lab(52.8 82.2 -63.3) |
| LCH | lch(52.8 103.7 322.4) |
| OKLCH | oklch(0.630 0.277 320.0) |
Copy-ready code
/* CSS */
color: #cd2ced;
background-color: #cd2ced;
/* Tailwind (arbitrary) */
class="text-[#cd2ced] bg-[#cd2ced]"
/* SCSS */
$brand: #cd2ced;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.929)
/* Android */
Color.parseColor("#cd2ced")Accessibility — WCAG contrast
Aa
#cd2ced on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2ced on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue92.9%
CMYK percentages
Cyan13.5%
Magenta81.4%
Yellow0.0%
Key (black)7.1%
Color previews
#cd2ced text on a black background
contrast 5.18:1
Card sample
#cd2ced text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2ced;
Background color
Panel with #cd2ced background
background-color: #cd2ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2ced; background: linear-gradient(135deg, #cd2ced, #ED2C8C);