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