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