#ebe0e4
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 224, 228
HSL
338°, 22%, 90%
CMYK
0, 5, 3, 8
Luminance
0.7657
Every format
| HEX | #ebe0e4 |
| RGB | rgb(235, 224, 228) |
| HSL | hsl(338, 22%, 90%) |
| CMYK | cmyk(0%, 5%, 3%, 8%) |
| LAB | lab(90.1 4.4 -0.6) |
| LCH | lch(90.1 4.5 352.2) |
| OKLCH | oklch(0.917 0.013 353.2) |
Copy-ready code
/* CSS */
color: #ebe0e4;
background-color: #ebe0e4;
/* Tailwind (arbitrary) */
class="text-[#ebe0e4] bg-[#ebe0e4]"
/* SCSS */
$brand: #ebe0e4;
/* SwiftUI */
Color(red: 0.922, green: 0.878, blue: 0.894)
/* Android */
Color.parseColor("#ebe0e4")Accessibility — WCAG contrast
Aa
#ebe0e4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe0e4 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.8%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow3.0%
Key (black)7.8%
Color previews
#ebe0e4 text on a black background
contrast 16.31:1
Card sample
#ebe0e4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe0e4;
Background color
Panel with #ebe0e4 background
background-color: #ebe0e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe0e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 224, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 224, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe0e4; background: linear-gradient(135deg, #ebe0e4, #EBE3E0);