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