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