#cd13eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 19, 235
HSL
292°, 85%, 50%
CMYK
13, 92, 0, 8
Luminance
0.1944
Every format
| HEX | #cd13eb |
| RGB | rgb(205, 19, 235) |
| HSL | hsl(292, 85%, 50%) |
| CMYK | cmyk(13%, 92%, 0%, 8%) |
| LAB | lab(51.2 86.3 -64.8) |
| LCH | lch(51.2 107.9 323.1) |
| OKLCH | oklch(0.618 0.288 320.9) |
Copy-ready code
/* CSS */
color: #cd13eb;
background-color: #cd13eb;
/* Tailwind (arbitrary) */
class="text-[#cd13eb] bg-[#cd13eb]"
/* SCSS */
$brand: #cd13eb;
/* SwiftUI */
Color(red: 0.804, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#cd13eb")Accessibility — WCAG contrast
Aa
#cd13eb on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd13eb on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.5%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cd13eb text on a black background
contrast 4.89:1
Card sample
#cd13eb text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd13eb;
Background color
Panel with #cd13eb background
background-color: #cd13eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd13eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd13eb; background: linear-gradient(135deg, #cd13eb, #EB1379);