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