#eb3dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 61, 255
HSL
294°, 100%, 62%
CMYK
8, 76, 0, 0
Luminance
0.2822
Every format
| HEX | #eb3dff |
| RGB | rgb(235, 61, 255) |
| HSL | hsl(294, 100%, 62%) |
| CMYK | cmyk(8%, 76%, 0%, 0%) |
| LAB | lab(60.1 86.1 -61.4) |
| LCH | lch(60.1 105.7 324.5) |
| OKLCH | oklch(0.694 0.287 323.3) |
Copy-ready code
/* CSS */
color: #eb3dff;
background-color: #eb3dff;
/* Tailwind (arbitrary) */
class="text-[#eb3dff] bg-[#eb3dff]"
/* SCSS */
$brand: #eb3dff;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#eb3dff")Accessibility — WCAG contrast
Aa
#eb3dff on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3dff on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#eb3dff text on a black background
contrast 6.64:1
Card sample
#eb3dff text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3dff;
Background color
Panel with #eb3dff background
background-color: #eb3dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3dff; background: linear-gradient(135deg, #eb3dff, #FF3D92);