#eba2dc
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 162, 220
HSL
312°, 65%, 78%
CMYK
0, 31, 6, 8
Luminance
0.4867
Every format
| HEX | #eba2dc |
| RGB | rgb(235, 162, 220) |
| HSL | hsl(312, 65%, 78%) |
| CMYK | cmyk(0%, 31%, 6%, 8%) |
| LAB | lab(75.3 35.9 -18.5) |
| LCH | lch(75.3 40.3 332.8) |
| OKLCH | oklch(0.801 0.114 334.2) |
Copy-ready code
/* CSS */
color: #eba2dc;
background-color: #eba2dc;
/* Tailwind (arbitrary) */
class="text-[#eba2dc] bg-[#eba2dc]"
/* SCSS */
$brand: #eba2dc;
/* SwiftUI */
Color(red: 0.922, green: 0.635, blue: 0.863)
/* Android */
Color.parseColor("#eba2dc")Accessibility — WCAG contrast
Aa
#eba2dc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba2dc on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow6.4%
Key (black)7.8%
Color previews
#eba2dc text on a black background
contrast 10.73:1
Card sample
#eba2dc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba2dc;
Background color
Panel with #eba2dc background
background-color: #eba2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 162, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 162, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba2dc; background: linear-gradient(135deg, #eba2dc, #EBA2AB);