#e30df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 13, 242
HSL
296°, 90%, 50%
CMYK
6, 95, 0, 5
Luminance
0.2303
Every format
| HEX | #e30df2 |
| RGB | rgb(227, 13, 242) |
| HSL | hsl(296, 90%, 50%) |
| CMYK | cmyk(6%, 95%, 0%, 5%) |
| LAB | lab(55.1 91.3 -62.2) |
| LCH | lch(55.1 110.5 325.7) |
| OKLCH | oklch(0.654 0.302 324.9) |
Copy-ready code
/* CSS */
color: #e30df2;
background-color: #e30df2;
/* Tailwind (arbitrary) */
class="text-[#e30df2] bg-[#e30df2]"
/* SCSS */
$brand: #e30df2;
/* SwiftUI */
Color(red: 0.890, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#e30df2")Accessibility — WCAG contrast
Aa
#e30df2 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e30df2 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green5.1%
Blue94.9%
CMYK percentages
Cyan6.2%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#e30df2 text on a black background
contrast 5.61:1
Card sample
#e30df2 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e30df2;
Background color
Panel with #e30df2 background
background-color: #e30df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e30df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e30df2; background: linear-gradient(135deg, #e30df2, #F20D68);