#eb75fe
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 117, 254
HSL
292°, 99%, 73%
CMYK
8, 54, 0, 0
Luminance
0.3754
Every format
| HEX | #eb75fe |
| RGB | rgb(235, 117, 254) |
| HSL | hsl(292, 99%, 73%) |
| CMYK | cmyk(8%, 54%, 0%, 0%) |
| LAB | lab(67.7 64.6 -48.8) |
| LCH | lch(67.7 81.0 323.0) |
| OKLCH | oklch(0.749 0.219 321.9) |
Copy-ready code
/* CSS */
color: #eb75fe;
background-color: #eb75fe;
/* Tailwind (arbitrary) */
class="text-[#eb75fe] bg-[#eb75fe]"
/* SCSS */
$brand: #eb75fe;
/* SwiftUI */
Color(red: 0.922, green: 0.459, blue: 0.996)
/* Android */
Color.parseColor("#eb75fe")Accessibility — WCAG contrast
Aa
#eb75fe on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb75fe on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.9%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta53.9%
Yellow0.0%
Key (black)0.4%
Color previews
#eb75fe text on a black background
contrast 8.51:1
Card sample
#eb75fe text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb75fe;
Background color
Panel with #eb75fe background
background-color: #eb75fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb75fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 117, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 117, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb75fe; background: linear-gradient(135deg, #eb75fe, #FE75B5);