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