#eb2dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 45, 254
HSL
295°, 99%, 59%
CMYK
8, 82, 0, 0
Luminance
0.2669
Every format
| HEX | #eb2dfe |
| RGB | rgb(235, 45, 254) |
| HSL | hsl(295, 99%, 59%) |
| CMYK | cmyk(8%, 82%, 0%, 0%) |
| LAB | lab(58.7 89.8 -63.1) |
| LCH | lch(58.7 109.7 324.9) |
| OKLCH | oklch(0.684 0.299 323.8) |
Copy-ready code
/* CSS */
color: #eb2dfe;
background-color: #eb2dfe;
/* Tailwind (arbitrary) */
class="text-[#eb2dfe] bg-[#eb2dfe]"
/* SCSS */
$brand: #eb2dfe;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#eb2dfe")Accessibility — WCAG contrast
Aa
#eb2dfe on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2dfe on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#eb2dfe text on a black background
contrast 6.34:1
Card sample
#eb2dfe text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2dfe;
Background color
Panel with #eb2dfe background
background-color: #eb2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2dfe; background: linear-gradient(135deg, #eb2dfe, #FE2D86);