#eb3efc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 62, 252
HSL
295°, 97%, 62%
CMYK
7, 75, 0, 1
Luminance
0.2814
Every format
| HEX | #eb3efc |
| RGB | rgb(235, 62, 252) |
| HSL | hsl(295, 97%, 62%) |
| CMYK | cmyk(7%, 75%, 0%, 1%) |
| LAB | lab(60.0 85.3 -59.8) |
| LCH | lch(60.0 104.2 325.0) |
| OKLCH | oklch(0.693 0.284 324.0) |
Copy-ready code
/* CSS */
color: #eb3efc;
background-color: #eb3efc;
/* Tailwind (arbitrary) */
class="text-[#eb3efc] bg-[#eb3efc]"
/* SCSS */
$brand: #eb3efc;
/* SwiftUI */
Color(red: 0.922, green: 0.243, blue: 0.988)
/* Android */
Color.parseColor("#eb3efc")Accessibility — WCAG contrast
Aa
#eb3efc on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3efc on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.3%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta75.4%
Yellow0.0%
Key (black)1.2%
Color previews
#eb3efc text on a black background
contrast 6.63:1
Card sample
#eb3efc text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3efc;
Background color
Panel with #eb3efc background
background-color: #eb3efc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3efc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 62, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 62, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3efc; background: linear-gradient(135deg, #eb3efc, #FC3E8F);