#e930eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
233, 48, 235
HSL
299°, 82%, 56%
CMYK
1, 80, 0, 8
Luminance
0.2544
Every format
| HEX | #e930eb |
| RGB | rgb(233, 48, 235) |
| HSL | hsl(299, 82%, 56%) |
| CMYK | cmyk(1%, 80%, 0%, 8%) |
| LAB | lab(57.5 85.9 -54.4) |
| LCH | lch(57.5 101.7 327.6) |
| OKLCH | oklch(0.671 0.283 327.7) |
Copy-ready code
/* CSS */
color: #e930eb;
background-color: #e930eb;
/* Tailwind (arbitrary) */
class="text-[#e930eb] bg-[#e930eb]"
/* SCSS */
$brand: #e930eb;
/* SwiftUI */
Color(red: 0.914, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#e930eb")Accessibility — WCAG contrast
Aa
#e930eb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e930eb on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green18.8%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta79.6%
Yellow0.0%
Key (black)7.8%
Color previews
#e930eb text on a black background
contrast 6.09:1
Card sample
#e930eb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e930eb;
Background color
Panel with #e930eb background
background-color: #e930eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e930eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e930eb; background: linear-gradient(135deg, #e930eb, #EB3070);