#eb8cef
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 140, 239
HSL
298°, 76%, 74%
CMYK
2, 41, 0, 6
Luminance
0.4265
Every format
| HEX | #eb8cef |
| RGB | rgb(235, 140, 239) |
| HSL | hsl(298, 76%, 74%) |
| CMYK | cmyk(2%, 41%, 0%, 6%) |
| LAB | lab(71.3 50.7 -34.9) |
| LCH | lch(71.3 61.5 325.5) |
| OKLCH | oklch(0.773 0.169 325.6) |
Copy-ready code
/* CSS */
color: #eb8cef;
background-color: #eb8cef;
/* Tailwind (arbitrary) */
class="text-[#eb8cef] bg-[#eb8cef]"
/* SCSS */
$brand: #eb8cef;
/* SwiftUI */
Color(red: 0.922, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#eb8cef")Accessibility — WCAG contrast
Aa
#eb8cef on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8cef on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.9%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#eb8cef text on a black background
contrast 9.53:1
Card sample
#eb8cef text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8cef;
Background color
Panel with #eb8cef background
background-color: #eb8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8cef; background: linear-gradient(135deg, #eb8cef, #EF8CB1);