#ebcbdf
a pale, soft magenta / pink · warm · closest name: pink
RGB
235, 203, 223
HSL
323°, 44%, 86%
CMYK
0, 14, 5, 8
Luminance
0.6570
Every format
| HEX | #ebcbdf |
| RGB | rgb(235, 203, 223) |
| HSL | hsl(323, 44%, 86%) |
| CMYK | cmyk(0%, 14%, 5%, 8%) |
| LAB | lab(84.8 14.6 -5.7) |
| LCH | lch(84.8 15.7 338.5) |
| OKLCH | oklch(0.875 0.044 340.2) |
Copy-ready code
/* CSS */
color: #ebcbdf;
background-color: #ebcbdf;
/* Tailwind (arbitrary) */
class="text-[#ebcbdf] bg-[#ebcbdf]"
/* SCSS */
$brand: #ebcbdf;
/* SwiftUI */
Color(red: 0.922, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#ebcbdf")Accessibility — WCAG contrast
Aa
#ebcbdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcbdf on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow5.1%
Key (black)7.8%
Color previews
#ebcbdf text on a black background
contrast 14.14:1
Card sample
#ebcbdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcbdf;
Background color
Panel with #ebcbdf background
background-color: #ebcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcbdf; background: linear-gradient(135deg, #ebcbdf, #EBCCCB);