#eb3dfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 61, 252
HSL
295°, 97%, 61%
CMYK
7, 76, 0, 1
Luminance
0.2803
Every format
| HEX | #eb3dfc |
| RGB | rgb(235, 61, 252) |
| HSL | hsl(295, 97%, 61%) |
| CMYK | cmyk(7%, 76%, 0%, 1%) |
| LAB | lab(59.9 85.6 -60.0) |
| LCH | lch(59.9 104.5 325.0) |
| OKLCH | oklch(0.692 0.285 324.0) |
Copy-ready code
/* CSS */
color: #eb3dfc;
background-color: #eb3dfc;
/* Tailwind (arbitrary) */
class="text-[#eb3dfc] bg-[#eb3dfc]"
/* SCSS */
$brand: #eb3dfc;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 0.988)
/* Android */
Color.parseColor("#eb3dfc")Accessibility — WCAG contrast
Aa
#eb3dfc on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3dfc on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta75.8%
Yellow0.0%
Key (black)1.2%
Color previews
#eb3dfc text on a black background
contrast 6.61:1
Card sample
#eb3dfc text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3dfc;
Background color
Panel with #eb3dfc background
background-color: #eb3dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3dfc; background: linear-gradient(135deg, #eb3dfc, #FC3D8E);