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