#e900fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
233, 0, 253
HSL
295°, 100%, 50%
CMYK
8, 100, 0, 1
Luminance
0.2442
Every format
| HEX | #e900fd |
| RGB | rgb(233, 0, 253) |
| HSL | hsl(295, 100%, 50%) |
| CMYK | cmyk(8%, 100%, 0%, 1%) |
| LAB | lab(56.5 94.7 -66.0) |
| LCH | lch(56.5 115.4 325.1) |
| OKLCH | oklch(0.668 0.314 323.9) |
Copy-ready code
/* CSS */
color: #e900fd;
background-color: #e900fd;
/* Tailwind (arbitrary) */
class="text-[#e900fd] bg-[#e900fd]"
/* SCSS */
$brand: #e900fd;
/* SwiftUI */
Color(red: 0.914, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#e900fd")Accessibility — WCAG contrast
Aa
#e900fd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e900fd on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green0.0%
Blue99.2%
CMYK percentages
Cyan7.9%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#e900fd text on a black background
contrast 5.88:1
Card sample
#e900fd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e900fd;
Background color
Panel with #e900fd background
background-color: #e900fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e900fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e900fd; background: linear-gradient(135deg, #e900fd, #FD0068);