#eba2c7
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 162, 199
HSL
330°, 65%, 78%
CMYK
0, 31, 15, 8
Luminance
0.4763
Every format
| HEX | #eba2c7 |
| RGB | rgb(235, 162, 199) |
| HSL | hsl(330, 65%, 78%) |
| CMYK | cmyk(0%, 31%, 15%, 8%) |
| LAB | lab(74.6 32.4 -8.0) |
| LCH | lch(74.6 33.3 346.2) |
| OKLCH | oklch(0.794 0.098 347.8) |
Copy-ready code
/* CSS */
color: #eba2c7;
background-color: #eba2c7;
/* Tailwind (arbitrary) */
class="text-[#eba2c7] bg-[#eba2c7]"
/* SCSS */
$brand: #eba2c7;
/* SwiftUI */
Color(red: 0.922, green: 0.635, blue: 0.780)
/* Android */
Color.parseColor("#eba2c7")Accessibility — WCAG contrast
Aa
#eba2c7 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba2c7 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.5%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow15.3%
Key (black)7.8%
Color previews
#eba2c7 text on a black background
contrast 10.53:1
Card sample
#eba2c7 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba2c7;
Background color
Panel with #eba2c7 background
background-color: #eba2c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba2c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 162, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 162, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba2c7; background: linear-gradient(135deg, #eba2c7, #EBAEA2);