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