#ebd1eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 209, 235
HSL
300°, 39%, 87%
CMYK
0, 11, 0, 8
Luminance
0.6926
Every format
| HEX | #ebd1eb |
| RGB | rgb(235, 209, 235) |
| HSL | hsl(300, 39%, 87%) |
| CMYK | cmyk(0%, 11%, 0%, 8%) |
| LAB | lab(86.6 13.5 -9.4) |
| LCH | lch(86.6 16.5 325.0) |
| OKLCH | oklch(0.890 0.045 325.9) |
Copy-ready code
/* CSS */
color: #ebd1eb;
background-color: #ebd1eb;
/* Tailwind (arbitrary) */
class="text-[#ebd1eb] bg-[#ebd1eb]"
/* SCSS */
$brand: #ebd1eb;
/* SwiftUI */
Color(red: 0.922, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#ebd1eb")Accessibility — WCAG contrast
Aa
#ebd1eb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebd1eb on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green82.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ebd1eb text on a black background
contrast 14.85:1
Card sample
#ebd1eb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebd1eb;
Background color
Panel with #ebd1eb background
background-color: #ebd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebd1eb; background: linear-gradient(135deg, #ebd1eb, #EBD1DA);