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