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