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