#ebacc2
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 172, 194
HSL
339°, 61%, 80%
CMYK
0, 27, 17, 8
Luminance
0.5106
Every format
| HEX | #ebacc2 |
| RGB | rgb(235, 172, 194) |
| HSL | hsl(339, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 17%, 8%) |
| LAB | lab(76.7 26.3 -2.1) |
| LCH | lch(76.7 26.4 355.5) |
| OKLCH | oklch(0.809 0.079 356.3) |
Copy-ready code
/* CSS */
color: #ebacc2;
background-color: #ebacc2;
/* Tailwind (arbitrary) */
class="text-[#ebacc2] bg-[#ebacc2]"
/* SCSS */
$brand: #ebacc2;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.761)
/* Android */
Color.parseColor("#ebacc2")Accessibility — WCAG contrast
Aa
#ebacc2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacc2 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow17.4%
Key (black)7.8%
Color previews
#ebacc2 text on a black background
contrast 11.21:1
Card sample
#ebacc2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacc2;
Background color
Panel with #ebacc2 background
background-color: #ebacc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacc2; background: linear-gradient(135deg, #ebacc2, #EBC0AC);