#ebaace
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 170, 206
HSL
327°, 62%, 79%
CMYK
0, 28, 12, 8
Luminance
0.5087
Every format
| HEX | #ebaace |
| RGB | rgb(235, 170, 206) |
| HSL | hsl(327, 62%, 79%) |
| CMYK | cmyk(0%, 28%, 12%, 8%) |
| LAB | lab(76.6 29.2 -8.8) |
| LCH | lch(76.6 30.5 343.3) |
| OKLCH | oklch(0.810 0.089 344.9) |
Copy-ready code
/* CSS */
color: #ebaace;
background-color: #ebaace;
/* Tailwind (arbitrary) */
class="text-[#ebaace] bg-[#ebaace]"
/* SCSS */
$brand: #ebaace;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#ebaace")Accessibility — WCAG contrast
Aa
#ebaace on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaace on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow12.3%
Key (black)7.8%
Color previews
#ebaace text on a black background
contrast 11.17:1
Card sample
#ebaace text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaace;
Background color
Panel with #ebaace background
background-color: #ebaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaace; background: linear-gradient(135deg, #ebaace, #EBB1AA);