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