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