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