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