#ebadbf
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 173, 191
HSL
343°, 61%, 80%
CMYK
0, 26, 19, 8
Luminance
0.5131
Every format
| HEX | #ebadbf |
| RGB | rgb(235, 173, 191) |
| HSL | hsl(343, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 19%, 8%) |
| LAB | lab(76.9 25.3 -0.2) |
| LCH | lch(76.9 25.3 359.5) |
| OKLCH | oklch(0.810 0.076 359.8) |
Copy-ready code
/* CSS */
color: #ebadbf;
background-color: #ebadbf;
/* Tailwind (arbitrary) */
class="text-[#ebadbf] bg-[#ebadbf]"
/* SCSS */
$brand: #ebadbf;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.749)
/* Android */
Color.parseColor("#ebadbf")Accessibility — WCAG contrast
Aa
#ebadbf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadbf on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow18.7%
Key (black)7.8%
Color previews
#ebadbf text on a black background
contrast 11.26:1
Card sample
#ebadbf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadbf;
Background color
Panel with #ebadbf background
background-color: #ebadbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadbf; background: linear-gradient(135deg, #ebadbf, #EBC4AD);