#ebdfee
a pale, soft violet · warm · closest name: lavender
RGB
235, 223, 238
HSL
288°, 31%, 90%
CMYK
1, 6, 0, 7
Luminance
0.7661
Every format
| HEX | #ebdfee |
| RGB | rgb(235, 223, 238) |
| HSL | hsl(288, 31%, 90%) |
| CMYK | cmyk(1%, 6%, 0%, 7%) |
| LAB | lab(90.1 6.7 -5.8) |
| LCH | lch(90.1 8.9 319.1) |
| OKLCH | oklch(0.918 0.024 319.5) |
Copy-ready code
/* CSS */
color: #ebdfee;
background-color: #ebdfee;
/* Tailwind (arbitrary) */
class="text-[#ebdfee] bg-[#ebdfee]"
/* SCSS */
$brand: #ebdfee;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#ebdfee")Accessibility — WCAG contrast
Aa
#ebdfee on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfee on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ebdfee text on a black background
contrast 16.32:1
Card sample
#ebdfee text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfee;
Background color
Panel with #ebdfee background
background-color: #ebdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfee; background: linear-gradient(135deg, #ebdfee, #EEDFE7);