#ebabc9
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 171, 201
HSL
332°, 62%, 80%
CMYK
0, 27, 15, 8
Luminance
0.5101
Every format
| HEX | #ebabc9 |
| RGB | rgb(235, 171, 201) |
| HSL | hsl(332, 62%, 80%) |
| CMYK | cmyk(0%, 27%, 15%, 8%) |
| LAB | lab(76.7 27.9 -5.9) |
| LCH | lch(76.7 28.5 348.0) |
| OKLCH | oklch(0.810 0.084 349.4) |
Copy-ready code
/* CSS */
color: #ebabc9;
background-color: #ebabc9;
/* Tailwind (arbitrary) */
class="text-[#ebabc9] bg-[#ebabc9]"
/* SCSS */
$brand: #ebabc9;
/* SwiftUI */
Color(red: 0.922, green: 0.671, blue: 0.788)
/* Android */
Color.parseColor("#ebabc9")Accessibility — WCAG contrast
Aa
#ebabc9 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebabc9 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow14.5%
Key (black)7.8%
Color previews
#ebabc9 text on a black background
contrast 11.20:1
Card sample
#ebabc9 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebabc9;
Background color
Panel with #ebabc9 background
background-color: #ebabc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebabc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 171, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 171, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebabc9; background: linear-gradient(135deg, #ebabc9, #EBB8AB);