#eb9eef
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 158, 239
HSL
297°, 72%, 78%
CMYK
2, 34, 0, 6
Luminance
0.4835
Every format
| HEX | #eb9eef |
| RGB | rgb(235, 158, 239) |
| HSL | hsl(297, 72%, 78%) |
| CMYK | cmyk(2%, 34%, 0%, 6%) |
| LAB | lab(75.0 41.4 -29.1) |
| LCH | lch(75.0 50.6 324.8) |
| OKLCH | oklch(0.801 0.138 325.1) |
Copy-ready code
/* CSS */
color: #eb9eef;
background-color: #eb9eef;
/* Tailwind (arbitrary) */
class="text-[#eb9eef] bg-[#eb9eef]"
/* SCSS */
$brand: #eb9eef;
/* SwiftUI */
Color(red: 0.922, green: 0.620, blue: 0.937)
/* Android */
Color.parseColor("#eb9eef")Accessibility — WCAG contrast
Aa
#eb9eef on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9eef on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.0%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta33.9%
Yellow0.0%
Key (black)6.3%
Color previews
#eb9eef text on a black background
contrast 10.67:1
Card sample
#eb9eef text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9eef;
Background color
Panel with #eb9eef background
background-color: #eb9eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 158, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 158, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9eef; background: linear-gradient(135deg, #eb9eef, #EF9EBD);