#eb8fef
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 143, 239
HSL
298°, 75%, 75%
CMYK
2, 40, 0, 6
Luminance
0.4354
Every format
| HEX | #eb8fef |
| RGB | rgb(235, 143, 239) |
| HSL | hsl(298, 75%, 75%) |
| CMYK | cmyk(2%, 40%, 0%, 6%) |
| LAB | lab(71.9 49.1 -33.9) |
| LCH | lch(71.9 59.7 325.4) |
| OKLCH | oklch(0.778 0.164 325.5) |
Copy-ready code
/* CSS */
color: #eb8fef;
background-color: #eb8fef;
/* Tailwind (arbitrary) */
class="text-[#eb8fef] bg-[#eb8fef]"
/* SCSS */
$brand: #eb8fef;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#eb8fef")Accessibility — WCAG contrast
Aa
#eb8fef on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fef on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#eb8fef text on a black background
contrast 9.71:1
Card sample
#eb8fef text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fef;
Background color
Panel with #eb8fef background
background-color: #eb8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fef; background: linear-gradient(135deg, #eb8fef, #EF8FB3);