#e330e3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
227, 48, 227
HSL
300°, 76%, 54%
CMYK
0, 79, 0, 11
Luminance
0.2399
Every format
| HEX | #e330e3 |
| RGB | rgb(227, 48, 227) |
| HSL | hsl(300, 76%, 54%) |
| CMYK | cmyk(0%, 79%, 0%, 11%) |
| LAB | lab(56.1 83.6 -52.2) |
| LCH | lch(56.1 98.5 328.0) |
| OKLCH | oklch(0.658 0.275 328.2) |
Copy-ready code
/* CSS */
color: #e330e3;
background-color: #e330e3;
/* Tailwind (arbitrary) */
class="text-[#e330e3] bg-[#e330e3]"
/* SCSS */
$brand: #e330e3;
/* SwiftUI */
Color(red: 0.890, green: 0.188, blue: 0.890)
/* Android */
Color.parseColor("#e330e3")Accessibility — WCAG contrast
Aa
#e330e3 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e330e3 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green18.8%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow0.0%
Key (black)11.0%
Color previews
#e330e3 text on a black background
contrast 5.80:1
Card sample
#e330e3 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e330e3;
Background color
Panel with #e330e3 background
background-color: #e330e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e330e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 48, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 48, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e330e3; background: linear-gradient(135deg, #e330e3, #E3306C);