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