#eb8dfc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 141, 252
HSL
291°, 95%, 77%
CMYK
7, 44, 0, 1
Luminance
0.4374
Every format
| HEX | #eb8dfc |
| RGB | rgb(235, 141, 252) |
| HSL | hsl(291, 95%, 77%) |
| CMYK | cmyk(7%, 44%, 0%, 1%) |
| LAB | lab(72.1 52.6 -40.8) |
| LCH | lch(72.1 66.5 322.2) |
| OKLCH | oklch(0.781 0.180 321.3) |
Copy-ready code
/* CSS */
color: #eb8dfc;
background-color: #eb8dfc;
/* Tailwind (arbitrary) */
class="text-[#eb8dfc] bg-[#eb8dfc]"
/* SCSS */
$brand: #eb8dfc;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.988)
/* Android */
Color.parseColor("#eb8dfc")Accessibility — WCAG contrast
Aa
#eb8dfc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8dfc on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta44.0%
Yellow0.0%
Key (black)1.2%
Color previews
#eb8dfc text on a black background
contrast 9.75:1
Card sample
#eb8dfc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8dfc;
Background color
Panel with #eb8dfc background
background-color: #eb8dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8dfc; background: linear-gradient(135deg, #eb8dfc, #FC8DC3);