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