#eba9f2
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 169, 242
HSL
294°, 74%, 81%
CMYK
3, 30, 0, 5
Luminance
0.5245
Every format
| HEX | #eba9f2 |
| RGB | rgb(235, 169, 242) |
| HSL | hsl(294, 74%, 81%) |
| CMYK | cmyk(3%, 30%, 0%, 5%) |
| LAB | lab(77.5 36.1 -26.9) |
| LCH | lch(77.5 45.0 323.3) |
| OKLCH | oklch(0.821 0.122 323.3) |
Copy-ready code
/* CSS */
color: #eba9f2;
background-color: #eba9f2;
/* Tailwind (arbitrary) */
class="text-[#eba9f2] bg-[#eba9f2]"
/* SCSS */
$brand: #eba9f2;
/* SwiftUI */
Color(red: 0.922, green: 0.663, blue: 0.949)
/* Android */
Color.parseColor("#eba9f2")Accessibility — WCAG contrast
Aa
#eba9f2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba9f2 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.3%
Blue94.9%
CMYK percentages
Cyan2.9%
Magenta30.2%
Yellow0.0%
Key (black)5.1%
Color previews
#eba9f2 text on a black background
contrast 11.49:1
Card sample
#eba9f2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba9f2;
Background color
Panel with #eba9f2 background
background-color: #eba9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 169, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 169, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba9f2; background: linear-gradient(135deg, #eba9f2, #F2A9C8);