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