#eba2ce
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 162, 206
HSL
324°, 65%, 78%
CMYK
0, 31, 12, 8
Luminance
0.4796
Every format
| HEX | #eba2ce |
| RGB | rgb(235, 162, 206) |
| HSL | hsl(324, 65%, 78%) |
| CMYK | cmyk(0%, 31%, 12%, 8%) |
| LAB | lab(74.8 33.5 -11.5) |
| LCH | lch(74.8 35.4 341.1) |
| OKLCH | oklch(0.796 0.103 342.8) |
Copy-ready code
/* CSS */
color: #eba2ce;
background-color: #eba2ce;
/* Tailwind (arbitrary) */
class="text-[#eba2ce] bg-[#eba2ce]"
/* SCSS */
$brand: #eba2ce;
/* SwiftUI */
Color(red: 0.922, green: 0.635, blue: 0.808)
/* Android */
Color.parseColor("#eba2ce")Accessibility — WCAG contrast
Aa
#eba2ce on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba2ce on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow12.3%
Key (black)7.8%
Color previews
#eba2ce text on a black background
contrast 10.59:1
Card sample
#eba2ce text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba2ce;
Background color
Panel with #eba2ce background
background-color: #eba2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 162, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 162, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba2ce; background: linear-gradient(135deg, #eba2ce, #EBA6A2);