#eb02fb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 2, 251
HSL
296°, 98%, 50%
CMYK
6, 99, 0, 2
Luminance
0.2467
Every format
| HEX | #eb02fb |
| RGB | rgb(235, 2, 251) |
| HSL | hsl(296, 98%, 50%) |
| CMYK | cmyk(6%, 99%, 0%, 2%) |
| LAB | lab(56.8 94.5 -64.5) |
| LCH | lch(56.8 114.4 325.7) |
| OKLCH | oklch(0.670 0.313 324.8) |
Copy-ready code
/* CSS */
color: #eb02fb;
background-color: #eb02fb;
/* Tailwind (arbitrary) */
class="text-[#eb02fb] bg-[#eb02fb]"
/* SCSS */
$brand: #eb02fb;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.984)
/* Android */
Color.parseColor("#eb02fb")Accessibility — WCAG contrast
Aa
#eb02fb on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb02fb on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta99.2%
Yellow0.0%
Key (black)1.6%
Color previews
#eb02fb text on a black background
contrast 5.93:1
Card sample
#eb02fb text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb02fb;
Background color
Panel with #eb02fb background
background-color: #eb02fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb02fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb02fb; background: linear-gradient(135deg, #eb02fb, #FB0265);