#eb4ffe
a light, electric magenta / pink · warm · closest name: magenta
RGB
235, 79, 254
HSL
294°, 99%, 65%
CMYK
8, 69, 0, 0
Luminance
0.3041
Every format
| HEX | #eb4ffe |
| RGB | rgb(235, 79, 254) |
| HSL | hsl(294, 99%, 65%) |
| CMYK | cmyk(8%, 69%, 0%, 0%) |
| LAB | lab(62.0 80.3 -57.8) |
| LCH | lch(62.0 98.9 324.3) |
| OKLCH | oklch(0.707 0.269 323.2) |
Copy-ready code
/* CSS */
color: #eb4ffe;
background-color: #eb4ffe;
/* Tailwind (arbitrary) */
class="text-[#eb4ffe] bg-[#eb4ffe]"
/* SCSS */
$brand: #eb4ffe;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.996)
/* Android */
Color.parseColor("#eb4ffe")Accessibility — WCAG contrast
Aa
#eb4ffe on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb4ffe on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta68.9%
Yellow0.0%
Key (black)0.4%
Color previews
#eb4ffe text on a black background
contrast 7.08:1
Card sample
#eb4ffe text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4ffe;
Background color
Panel with #eb4ffe background
background-color: #eb4ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4ffe; background: linear-gradient(135deg, #eb4ffe, #FE4F9C);