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