#cd1fec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 31, 236
HSL
291°, 84%, 52%
CMYK
13, 87, 0, 8
Luminance
0.2002
Every format
| HEX | #cd1fec |
| RGB | rgb(205, 31, 236) |
| HSL | hsl(291, 84%, 52%) |
| CMYK | cmyk(13%, 87%, 0%, 8%) |
| LAB | lab(51.9 84.7 -64.3) |
| LCH | lch(51.9 106.3 322.8) |
| OKLCH | oklch(0.623 0.284 320.5) |
Copy-ready code
/* CSS */
color: #cd1fec;
background-color: #cd1fec;
/* Tailwind (arbitrary) */
class="text-[#cd1fec] bg-[#cd1fec]"
/* SCSS */
$brand: #cd1fec;
/* SwiftUI */
Color(red: 0.804, green: 0.122, blue: 0.925)
/* Android */
Color.parseColor("#cd1fec")Accessibility — WCAG contrast
Aa
#cd1fec on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1fec on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.2%
Blue92.5%
CMYK percentages
Cyan13.1%
Magenta86.9%
Yellow0.0%
Key (black)7.5%
Color previews
#cd1fec text on a black background
contrast 5.00:1
Card sample
#cd1fec text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1fec;
Background color
Panel with #cd1fec background
background-color: #cd1fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 31, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 31, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1fec; background: linear-gradient(135deg, #cd1fec, #EC1F83);