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