#ebdee1
a pale, soft red · warm · closest name: lavender
RGB
235, 222, 225
HSL
346°, 25%, 90%
CMYK
0, 6, 4, 8
Luminance
0.7534
Every format
| HEX | #ebdee1 |
| RGB | rgb(235, 222, 225) |
| HSL | hsl(346, 25%, 90%) |
| CMYK | cmyk(0%, 6%, 4%, 8%) |
| LAB | lab(89.5 5.0 0.1) |
| LCH | lch(89.5 5.0 1.5) |
| OKLCH | oklch(0.912 0.015 1.6) |
Copy-ready code
/* CSS */
color: #ebdee1;
background-color: #ebdee1;
/* Tailwind (arbitrary) */
class="text-[#ebdee1] bg-[#ebdee1]"
/* SCSS */
$brand: #ebdee1;
/* SwiftUI */
Color(red: 0.922, green: 0.871, blue: 0.882)
/* Android */
Color.parseColor("#ebdee1")Accessibility — WCAG contrast
Aa
#ebdee1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdee1 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.1%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow4.3%
Key (black)7.8%
Color previews
#ebdee1 text on a black background
contrast 16.07:1
Card sample
#ebdee1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdee1;
Background color
Panel with #ebdee1 background
background-color: #ebdee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 222, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 222, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdee1; background: linear-gradient(135deg, #ebdee1, #EBE4DE);