#eba3db
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 163, 219
HSL
313°, 64%, 78%
CMYK
0, 31, 7, 8
Luminance
0.4897
Every format
| HEX | #eba3db |
| RGB | rgb(235, 163, 219) |
| HSL | hsl(313, 64%, 78%) |
| CMYK | cmyk(0%, 31%, 7%, 8%) |
| LAB | lab(75.4 35.1 -17.6) |
| LCH | lch(75.4 39.3 333.4) |
| OKLCH | oklch(0.802 0.111 334.9) |
Copy-ready code
/* CSS */
color: #eba3db;
background-color: #eba3db;
/* Tailwind (arbitrary) */
class="text-[#eba3db] bg-[#eba3db]"
/* SCSS */
$brand: #eba3db;
/* SwiftUI */
Color(red: 0.922, green: 0.639, blue: 0.859)
/* Android */
Color.parseColor("#eba3db")Accessibility — WCAG contrast
Aa
#eba3db on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba3db on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow6.8%
Key (black)7.8%
Color previews
#eba3db text on a black background
contrast 10.79:1
Card sample
#eba3db text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba3db;
Background color
Panel with #eba3db background
background-color: #eba3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 163, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 163, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba3db; background: linear-gradient(135deg, #eba3db, #EBA3AB);