#ebdfed
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 223, 237
HSL
291°, 28%, 90%
CMYK
1, 6, 0, 7
Luminance
0.7655
Every format
| HEX | #ebdfed |
| RGB | rgb(235, 223, 237) |
| HSL | hsl(291, 28%, 90%) |
| CMYK | cmyk(1%, 6%, 0%, 7%) |
| LAB | lab(90.1 6.5 -5.3) |
| LCH | lch(90.1 8.5 320.8) |
| OKLCH | oklch(0.917 0.023 321.4) |
Copy-ready code
/* CSS */
color: #ebdfed;
background-color: #ebdfed;
/* Tailwind (arbitrary) */
class="text-[#ebdfed] bg-[#ebdfed]"
/* SCSS */
$brand: #ebdfed;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#ebdfed")Accessibility — WCAG contrast
Aa
#ebdfed on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfed on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#ebdfed text on a black background
contrast 16.31:1
Card sample
#ebdfed text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfed;
Background color
Panel with #ebdfed background
background-color: #ebdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfed; background: linear-gradient(135deg, #ebdfed, #EDDFE6);