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