#e930fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
233, 48, 253
HSL
294°, 98%, 59%
CMYK
8, 81, 0, 1
Luminance
0.2653
Every format
| HEX | #e930fd |
| RGB | rgb(233, 48, 253) |
| HSL | hsl(294, 98%, 59%) |
| CMYK | cmyk(8%, 81%, 0%, 1%) |
| LAB | lab(58.5 88.7 -62.8) |
| LCH | lch(58.5 108.6 324.7) |
| OKLCH | oklch(0.682 0.295 323.5) |
Copy-ready code
/* CSS */
color: #e930fd;
background-color: #e930fd;
/* Tailwind (arbitrary) */
class="text-[#e930fd] bg-[#e930fd]"
/* SCSS */
$brand: #e930fd;
/* SwiftUI */
Color(red: 0.914, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#e930fd")Accessibility — WCAG contrast
Aa
#e930fd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e930fd on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green18.8%
Blue99.2%
CMYK percentages
Cyan7.9%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#e930fd text on a black background
contrast 6.31:1
Card sample
#e930fd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e930fd;
Background color
Panel with #e930fd background
background-color: #e930fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e930fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e930fd; background: linear-gradient(135deg, #e930fd, #FD3088);