#eb0ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 15, 252
HSL
296°, 98%, 52%
CMYK
7, 94, 0, 1
Luminance
0.2503
Every format
| HEX | #eb0ffc |
| RGB | rgb(235, 15, 252) |
| HSL | hsl(296, 98%, 52%) |
| CMYK | cmyk(7%, 94%, 0%, 1%) |
| LAB | lab(57.1 93.8 -64.5) |
| LCH | lch(57.1 113.8 325.5) |
| OKLCH | oklch(0.672 0.311 324.5) |
Copy-ready code
/* CSS */
color: #eb0ffc;
background-color: #eb0ffc;
/* Tailwind (arbitrary) */
class="text-[#eb0ffc] bg-[#eb0ffc]"
/* SCSS */
$brand: #eb0ffc;
/* SwiftUI */
Color(red: 0.922, green: 0.059, blue: 0.988)
/* Android */
Color.parseColor("#eb0ffc")Accessibility — WCAG contrast
Aa
#eb0ffc on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0ffc on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.9%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta94.0%
Yellow0.0%
Key (black)1.2%
Color previews
#eb0ffc text on a black background
contrast 6.01:1
Card sample
#eb0ffc text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0ffc;
Background color
Panel with #eb0ffc background
background-color: #eb0ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 15, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 15, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0ffc; background: linear-gradient(135deg, #eb0ffc, #FC0F6F);