#ebadc8
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 173, 200
HSL
334°, 61%, 80%
CMYK
0, 26, 15, 8
Luminance
0.5172
Every format
| HEX | #ebadc8 |
| RGB | rgb(235, 173, 200) |
| HSL | hsl(334, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 15%, 8%) |
| LAB | lab(77.1 26.7 -4.8) |
| LCH | lch(77.1 27.1 349.9) |
| OKLCH | oklch(0.813 0.080 351.2) |
Copy-ready code
/* CSS */
color: #ebadc8;
background-color: #ebadc8;
/* Tailwind (arbitrary) */
class="text-[#ebadc8] bg-[#ebadc8]"
/* SCSS */
$brand: #ebadc8;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.784)
/* Android */
Color.parseColor("#ebadc8")Accessibility — WCAG contrast
Aa
#ebadc8 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadc8 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow14.9%
Key (black)7.8%
Color previews
#ebadc8 text on a black background
contrast 11.34:1
Card sample
#ebadc8 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadc8;
Background color
Panel with #ebadc8 background
background-color: #ebadc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadc8; background: linear-gradient(135deg, #ebadc8, #EBBBAD);