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