#ebdbe1
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 219, 225
HSL
338°, 29%, 89%
CMYK
0, 7, 4, 8
Luminance
0.7376
Every format
| HEX | #ebdbe1 |
| RGB | rgb(235, 219, 225) |
| HSL | hsl(338, 29%, 89%) |
| CMYK | cmyk(0%, 7%, 4%, 8%) |
| LAB | lab(88.8 6.5 -1.0) |
| LCH | lch(88.8 6.6 351.6) |
| OKLCH | oklch(0.906 0.019 352.7) |
Copy-ready code
/* CSS */
color: #ebdbe1;
background-color: #ebdbe1;
/* Tailwind (arbitrary) */
class="text-[#ebdbe1] bg-[#ebdbe1]"
/* SCSS */
$brand: #ebdbe1;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.882)
/* Android */
Color.parseColor("#ebdbe1")Accessibility — WCAG contrast
Aa
#ebdbe1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbe1 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow4.3%
Key (black)7.8%
Color previews
#ebdbe1 text on a black background
contrast 15.75:1
Card sample
#ebdbe1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbe1;
Background color
Panel with #ebdbe1 background
background-color: #ebdbe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbe1; background: linear-gradient(135deg, #ebdbe1, #EBE0DB);