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