#ebadbd
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 173, 189
HSL
345°, 61%, 80%
CMYK
0, 26, 20, 8
Luminance
0.5122
Every format
| HEX | #ebadbd |
| RGB | rgb(235, 173, 189) |
| HSL | hsl(345, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 20%, 8%) |
| LAB | lab(76.8 25.0 0.8) |
| LCH | lch(76.8 25.0 1.8) |
| OKLCH | oklch(0.810 0.075 1.9) |
Copy-ready code
/* CSS */
color: #ebadbd;
background-color: #ebadbd;
/* Tailwind (arbitrary) */
class="text-[#ebadbd] bg-[#ebadbd]"
/* SCSS */
$brand: #ebadbd;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.741)
/* Android */
Color.parseColor("#ebadbd")Accessibility — WCAG contrast
Aa
#ebadbd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadbd on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow19.6%
Key (black)7.8%
Color previews
#ebadbd text on a black background
contrast 11.24:1
Card sample
#ebadbd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadbd;
Background color
Panel with #ebadbd background
background-color: #ebadbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadbd; background: linear-gradient(135deg, #ebadbd, #EBC6AD);