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