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