#eb9fea
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 159, 234
HSL
301°, 66%, 77%
CMYK
0, 32, 0, 8
Luminance
0.4840
Every format
| HEX | #eb9fea |
| RGB | rgb(235, 159, 234) |
| HSL | hsl(301, 66%, 77%) |
| CMYK | cmyk(0%, 32%, 0%, 8%) |
| LAB | lab(75.1 39.9 -26.4) |
| LCH | lch(75.1 47.8 326.6) |
| OKLCH | oklch(0.801 0.132 327.2) |
Copy-ready code
/* CSS */
color: #eb9fea;
background-color: #eb9fea;
/* Tailwind (arbitrary) */
class="text-[#eb9fea] bg-[#eb9fea]"
/* SCSS */
$brand: #eb9fea;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.918)
/* Android */
Color.parseColor("#eb9fea")Accessibility — WCAG contrast
Aa
#eb9fea on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9fea on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow0.4%
Key (black)7.8%
Color previews
#eb9fea text on a black background
contrast 10.68:1
Card sample
#eb9fea text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9fea;
Background color
Panel with #eb9fea background
background-color: #eb9fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9fea; background: linear-gradient(135deg, #eb9fea, #EB9FB7);