#eb8ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 143, 252
HSL
291°, 95%, 78%
CMYK
7, 43, 0, 1
Luminance
0.4434
Every format
| HEX | #eb8ffc |
| RGB | rgb(235, 143, 252) |
| HSL | hsl(291, 95%, 78%) |
| CMYK | cmyk(7%, 43%, 0%, 1%) |
| LAB | lab(72.5 51.5 -40.2) |
| LCH | lch(72.5 65.4 322.1) |
| OKLCH | oklch(0.784 0.176 321.2) |
Copy-ready code
/* CSS */
color: #eb8ffc;
background-color: #eb8ffc;
/* Tailwind (arbitrary) */
class="text-[#eb8ffc] bg-[#eb8ffc]"
/* SCSS */
$brand: #eb8ffc;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.988)
/* Android */
Color.parseColor("#eb8ffc")Accessibility — WCAG contrast
Aa
#eb8ffc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8ffc on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta43.3%
Yellow0.0%
Key (black)1.2%
Color previews
#eb8ffc text on a black background
contrast 9.87:1
Card sample
#eb8ffc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8ffc;
Background color
Panel with #eb8ffc background
background-color: #eb8ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8ffc; background: linear-gradient(135deg, #eb8ffc, #FC8FC5);