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