#ebdceb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 220, 235
HSL
300°, 27%, 89%
CMYK
0, 6, 0, 8
Luminance
0.7485
Every format
| HEX | #ebdceb |
| RGB | rgb(235, 220, 235) |
| HSL | hsl(300, 27%, 89%) |
| CMYK | cmyk(0%, 6%, 0%, 8%) |
| LAB | lab(89.3 7.8 -5.5) |
| LCH | lch(89.3 9.5 324.8) |
| OKLCH | oklch(0.911 0.026 325.8) |
Copy-ready code
/* CSS */
color: #ebdceb;
background-color: #ebdceb;
/* Tailwind (arbitrary) */
class="text-[#ebdceb] bg-[#ebdceb]"
/* SCSS */
$brand: #ebdceb;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#ebdceb")Accessibility — WCAG contrast
Aa
#ebdceb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdceb on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ebdceb text on a black background
contrast 15.97:1
Card sample
#ebdceb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdceb;
Background color
Panel with #ebdceb background
background-color: #ebdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdceb; background: linear-gradient(135deg, #ebdceb, #EBDCE1);