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