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