#ebdfeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 223, 235
HSL
300°, 23%, 90%
CMYK
0, 5, 0, 8
Luminance
0.7644
Every format
| HEX | #ebdfeb |
| RGB | rgb(235, 223, 235) |
| HSL | hsl(300, 23%, 90%) |
| CMYK | cmyk(0%, 5%, 0%, 8%) |
| LAB | lab(90.1 6.2 -4.4) |
| LCH | lch(90.1 7.6 324.7) |
| OKLCH | oklch(0.917 0.021 325.7) |
Copy-ready code
/* CSS */
color: #ebdfeb;
background-color: #ebdfeb;
/* Tailwind (arbitrary) */
class="text-[#ebdfeb] bg-[#ebdfeb]"
/* SCSS */
$brand: #ebdfeb;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#ebdfeb")Accessibility — WCAG contrast
Aa
#ebdfeb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfeb on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ebdfeb text on a black background
contrast 16.29:1
Card sample
#ebdfeb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfeb;
Background color
Panel with #ebdfeb background
background-color: #ebdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfeb; background: linear-gradient(135deg, #ebdfeb, #EBDFE3);