#cd0ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 13, 223
HSL
295°, 89%, 46%
CMYK
8, 94, 0, 13
Luminance
0.1859
Every format
| HEX | #cd0ddf |
| RGB | rgb(205, 13, 223) |
| HSL | hsl(295, 89%, 46%) |
| CMYK | cmyk(8%, 94%, 0%, 13%) |
| LAB | lab(50.2 85.0 -59.6) |
| LCH | lch(50.2 103.8 325.0) |
| OKLCH | oklch(0.609 0.282 323.8) |
Copy-ready code
/* CSS */
color: #cd0ddf;
background-color: #cd0ddf;
/* Tailwind (arbitrary) */
class="text-[#cd0ddf] bg-[#cd0ddf]"
/* SCSS */
$brand: #cd0ddf;
/* SwiftUI */
Color(red: 0.804, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#cd0ddf")Accessibility — WCAG contrast
Aa
#cd0ddf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0ddf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cd0ddf text on a black background
contrast 4.72:1
Card sample
#cd0ddf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0ddf;
Background color
Panel with #cd0ddf background
background-color: #cd0ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0ddf; background: linear-gradient(135deg, #cd0ddf, #DF0D65);