#e314eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 20, 235
HSL
298°, 84%, 50%
CMYK
3, 92, 0, 8
Luminance
0.2283
Every format
| HEX | #e314eb |
| RGB | rgb(227, 20, 235) |
| HSL | hsl(298, 84%, 50%) |
| CMYK | cmyk(3%, 92%, 0%, 8%) |
| LAB | lab(54.9 89.6 -58.6) |
| LCH | lch(54.9 107.0 326.8) |
| OKLCH | oklch(0.651 0.295 326.4) |
Copy-ready code
/* CSS */
color: #e314eb;
background-color: #e314eb;
/* Tailwind (arbitrary) */
class="text-[#e314eb] bg-[#e314eb]"
/* SCSS */
$brand: #e314eb;
/* SwiftUI */
Color(red: 0.890, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#e314eb")Accessibility — WCAG contrast
Aa
#e314eb on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e314eb on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green7.8%
Blue92.2%
CMYK percentages
Cyan3.4%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e314eb text on a black background
contrast 5.57:1
Card sample
#e314eb text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e314eb;
Background color
Panel with #e314eb background
background-color: #e314eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e314eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e314eb; background: linear-gradient(135deg, #e314eb, #EB1464);