#eb7efe
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 126, 254
HSL
291°, 99%, 75%
CMYK
8, 50, 0, 0
Luminance
0.3974
Every format
| HEX | #eb7efe |
| RGB | rgb(235, 126, 254) |
| HSL | hsl(291, 99%, 75%) |
| CMYK | cmyk(8%, 50%, 0%, 0%) |
| LAB | lab(69.3 60.4 -46.2) |
| LCH | lch(69.3 76.0 322.5) |
| OKLCH | oklch(0.760 0.205 321.5) |
Copy-ready code
/* CSS */
color: #eb7efe;
background-color: #eb7efe;
/* Tailwind (arbitrary) */
class="text-[#eb7efe] bg-[#eb7efe]"
/* SCSS */
$brand: #eb7efe;
/* SwiftUI */
Color(red: 0.922, green: 0.494, blue: 0.996)
/* Android */
Color.parseColor("#eb7efe")Accessibility — WCAG contrast
Aa
#eb7efe on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7efe on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.4%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta50.4%
Yellow0.0%
Key (black)0.4%
Color previews
#eb7efe text on a black background
contrast 8.95:1
Card sample
#eb7efe text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7efe;
Background color
Panel with #eb7efe background
background-color: #eb7efe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7efe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 126, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 126, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7efe; background: linear-gradient(135deg, #eb7efe, #FE7EBC);