#eb1dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 29, 255
HSL
295°, 100%, 56%
CMYK
8, 89, 0, 0
Luminance
0.2576
Every format
| HEX | #eb1dff |
| RGB | rgb(235, 29, 255) |
| HSL | hsl(295, 100%, 56%) |
| CMYK | cmyk(8%, 89%, 0%, 0%) |
| LAB | lab(57.8 92.7 -65.0) |
| LCH | lch(57.8 113.3 325.0) |
| OKLCH | oklch(0.678 0.308 323.8) |
Copy-ready code
/* CSS */
color: #eb1dff;
background-color: #eb1dff;
/* Tailwind (arbitrary) */
class="text-[#eb1dff] bg-[#eb1dff]"
/* SCSS */
$brand: #eb1dff;
/* SwiftUI */
Color(red: 0.922, green: 0.114, blue: 1.000)
/* Android */
Color.parseColor("#eb1dff")Accessibility — WCAG contrast
Aa
#eb1dff on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1dff on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.4%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta88.6%
Yellow0.0%
Key (black)0.0%
Color previews
#eb1dff text on a black background
contrast 6.15:1
Card sample
#eb1dff text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1dff;
Background color
Panel with #eb1dff background
background-color: #eb1dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 29, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 29, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1dff; background: linear-gradient(135deg, #eb1dff, #FF1D7C);