#cd2cdd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 44, 221
HSL
295°, 72%, 52%
CMYK
7, 80, 0, 13
Luminance
0.2000
Every format
| HEX | #cd2cdd |
| RGB | rgb(205, 44, 221) |
| HSL | hsl(295, 72%, 52%) |
| CMYK | cmyk(7%, 80%, 0%, 13%) |
| LAB | lab(51.8 79.5 -55.8) |
| LCH | lch(51.8 97.2 324.9) |
| OKLCH | oklch(0.620 0.265 323.9) |
Copy-ready code
/* CSS */
color: #cd2cdd;
background-color: #cd2cdd;
/* Tailwind (arbitrary) */
class="text-[#cd2cdd] bg-[#cd2cdd]"
/* SCSS */
$brand: #cd2cdd;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.867)
/* Android */
Color.parseColor("#cd2cdd")Accessibility — WCAG contrast
Aa
#cd2cdd on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2cdd on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue86.7%
CMYK percentages
Cyan7.2%
Magenta80.1%
Yellow0.0%
Key (black)13.3%
Color previews
#cd2cdd text on a black background
contrast 5.00:1
Card sample
#cd2cdd text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2cdd;
Background color
Panel with #cd2cdd background
background-color: #cd2cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2cdd; background: linear-gradient(135deg, #cd2cdd, #DD2C77);