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