#cd1def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 29, 239
HSL
290°, 87%, 53%
CMYK
14, 88, 0, 6
Luminance
0.2009
Every format
| HEX | #cd1def |
| RGB | rgb(205, 29, 239) |
| HSL | hsl(290, 87%, 53%) |
| CMYK | cmyk(14%, 88%, 0%, 6%) |
| LAB | lab(51.9 85.5 -65.8) |
| LCH | lch(51.9 107.9 322.4) |
| OKLCH | oklch(0.624 0.287 319.8) |
Copy-ready code
/* CSS */
color: #cd1def;
background-color: #cd1def;
/* Tailwind (arbitrary) */
class="text-[#cd1def] bg-[#cd1def]"
/* SCSS */
$brand: #cd1def;
/* SwiftUI */
Color(red: 0.804, green: 0.114, blue: 0.937)
/* Android */
Color.parseColor("#cd1def")Accessibility — WCAG contrast
Aa
#cd1def on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1def on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green11.4%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta87.9%
Yellow0.0%
Key (black)6.3%
Color previews
#cd1def text on a black background
contrast 5.02:1
Card sample
#cd1def text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1def;
Background color
Panel with #cd1def background
background-color: #cd1def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 29, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 29, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1def; background: linear-gradient(135deg, #cd1def, #EF1D85);