#eb00fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 0, 253
HSL
296°, 100%, 50%
CMYK
7, 100, 0, 1
Luminance
0.2475
Every format
| HEX | #eb00fd |
| RGB | rgb(235, 0, 253) |
| HSL | hsl(296, 100%, 50%) |
| CMYK | cmyk(7%, 100%, 0%, 1%) |
| LAB | lab(56.8 95.0 -65.5) |
| LCH | lch(56.8 115.3 325.4) |
| OKLCH | oklch(0.671 0.315 324.4) |
Copy-ready code
/* CSS */
color: #eb00fd;
background-color: #eb00fd;
/* Tailwind (arbitrary) */
class="text-[#eb00fd] bg-[#eb00fd]"
/* SCSS */
$brand: #eb00fd;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#eb00fd")Accessibility — WCAG contrast
Aa
#eb00fd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb00fd on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#eb00fd text on a black background
contrast 5.95:1
Card sample
#eb00fd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb00fd;
Background color
Panel with #eb00fd background
background-color: #eb00fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb00fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb00fd; background: linear-gradient(135deg, #eb00fd, #FD0066);