#d314eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 20, 235
HSL
293°, 84%, 50%
CMYK
10, 92, 0, 8
Luminance
0.2035
Every format
| HEX | #d314eb |
| RGB | rgb(211, 20, 235) |
| HSL | hsl(293, 84%, 50%) |
| CMYK | cmyk(10%, 92%, 0%, 8%) |
| LAB | lab(52.2 87.1 -63.0) |
| LCH | lch(52.2 107.5 324.1) |
| OKLCH | oklch(0.627 0.290 322.4) |
Copy-ready code
/* CSS */
color: #d314eb;
background-color: #d314eb;
/* Tailwind (arbitrary) */
class="text-[#d314eb] bg-[#d314eb]"
/* SCSS */
$brand: #d314eb;
/* SwiftUI */
Color(red: 0.827, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#d314eb")Accessibility — WCAG contrast
Aa
#d314eb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d314eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green7.8%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d314eb text on a black background
contrast 5.07:1
Card sample
#d314eb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d314eb;
Background color
Panel with #d314eb background
background-color: #d314eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d314eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d314eb; background: linear-gradient(135deg, #d314eb, #EB1474);