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