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