#ebadce
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 173, 206
HSL
328°, 61%, 80%
CMYK
0, 26, 12, 8
Luminance
0.5201
Every format
| HEX | #ebadce |
| RGB | rgb(235, 173, 206) |
| HSL | hsl(328, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 12%, 8%) |
| LAB | lab(77.3 27.6 -7.8) |
| LCH | lch(77.3 28.7 344.3) |
| OKLCH | oklch(0.815 0.084 345.9) |
Copy-ready code
/* CSS */
color: #ebadce;
background-color: #ebadce;
/* Tailwind (arbitrary) */
class="text-[#ebadce] bg-[#ebadce]"
/* SCSS */
$brand: #ebadce;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#ebadce")Accessibility — WCAG contrast
Aa
#ebadce on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadce on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow12.3%
Key (black)7.8%
Color previews
#ebadce text on a black background
contrast 11.40:1
Card sample
#ebadce text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadce;
Background color
Panel with #ebadce background
background-color: #ebadce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadce; background: linear-gradient(135deg, #ebadce, #EBB5AD);