#e900f5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
233, 0, 245
HSL
297°, 100%, 48%
CMYK
5, 100, 0, 4
Luminance
0.2392
Every format
| HEX | #e900f5 |
| RGB | rgb(233, 0, 245) |
| HSL | hsl(297, 100%, 48%) |
| CMYK | cmyk(5%, 100%, 0%, 4%) |
| LAB | lab(56.0 93.5 -62.4) |
| LCH | lch(56.0 112.4 326.3) |
| OKLCH | oklch(0.663 0.309 325.6) |
Copy-ready code
/* CSS */
color: #e900f5;
background-color: #e900f5;
/* Tailwind (arbitrary) */
class="text-[#e900f5] bg-[#e900f5]"
/* SCSS */
$brand: #e900f5;
/* SwiftUI */
Color(red: 0.914, green: 0.000, blue: 0.961)
/* Android */
Color.parseColor("#e900f5")Accessibility — WCAG contrast
Aa
#e900f5 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e900f5 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green0.0%
Blue96.1%
CMYK percentages
Cyan4.9%
Magenta100.0%
Yellow0.0%
Key (black)3.9%
Color previews
#e900f5 text on a black background
contrast 5.78:1
Card sample
#e900f5 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e900f5;
Background color
Panel with #e900f5 background
background-color: #e900f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e900f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 0, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 0, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e900f5; background: linear-gradient(135deg, #e900f5, #F5005D);