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