#e321df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 33, 223
HSL
301°, 78%, 51%
CMYK
0, 86, 2, 11
Luminance
0.2275
Every format
| HEX | #e321df |
| RGB | rgb(227, 33, 223) |
| HSL | hsl(301, 78%, 51%) |
| CMYK | cmyk(0%, 86%, 2%, 11%) |
| LAB | lab(54.8 86.0 -52.0) |
| LCH | lch(54.8 100.5 328.9) |
| OKLCH | oklch(0.648 0.282 329.2) |
Copy-ready code
/* CSS */
color: #e321df;
background-color: #e321df;
/* Tailwind (arbitrary) */
class="text-[#e321df] bg-[#e321df]"
/* SCSS */
$brand: #e321df;
/* SwiftUI */
Color(red: 0.890, green: 0.129, blue: 0.875)
/* Android */
Color.parseColor("#e321df")Accessibility — WCAG contrast
Aa
#e321df on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e321df on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green12.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow1.8%
Key (black)11.0%
Color previews
#e321df text on a black background
contrast 5.55:1
Card sample
#e321df text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e321df;
Background color
Panel with #e321df background
background-color: #e321df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e321df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 33, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 33, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e321df; background: linear-gradient(135deg, #e321df, #E3215E);