#ebaabf
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 170, 191
HSL
341°, 62%, 79%
CMYK
0, 28, 19, 8
Luminance
0.5017
Every format
| HEX | #ebaabf |
| RGB | rgb(235, 170, 191) |
| HSL | hsl(341, 62%, 79%) |
| CMYK | cmyk(0%, 28%, 19%, 8%) |
| LAB | lab(76.2 26.9 -1.2) |
| LCH | lch(76.2 26.9 357.4) |
| OKLCH | oklch(0.805 0.081 358.0) |
Copy-ready code
/* CSS */
color: #ebaabf;
background-color: #ebaabf;
/* Tailwind (arbitrary) */
class="text-[#ebaabf] bg-[#ebaabf]"
/* SCSS */
$brand: #ebaabf;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.749)
/* Android */
Color.parseColor("#ebaabf")Accessibility — WCAG contrast
Aa
#ebaabf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaabf on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow18.7%
Key (black)7.8%
Color previews
#ebaabf text on a black background
contrast 11.03:1
Card sample
#ebaabf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaabf;
Background color
Panel with #ebaabf background
background-color: #ebaabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaabf; background: linear-gradient(135deg, #ebaabf, #EBC0AA);