#ebdaef
a pale, soft violet · warm · closest name: lavender
RGB
235, 218, 239
HSL
289°, 40%, 90%
CMYK
2, 9, 0, 6
Luminance
0.7404
Every format
| HEX | #ebdaef |
| RGB | rgb(235, 218, 239) |
| HSL | hsl(289, 40%, 90%) |
| CMYK | cmyk(2%, 9%, 0%, 6%) |
| LAB | lab(88.9 9.5 -8.1) |
| LCH | lch(88.9 12.5 319.5) |
| OKLCH | oklch(0.908 0.034 319.8) |
Copy-ready code
/* CSS */
color: #ebdaef;
background-color: #ebdaef;
/* Tailwind (arbitrary) */
class="text-[#ebdaef] bg-[#ebdaef]"
/* SCSS */
$brand: #ebdaef;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.937)
/* Android */
Color.parseColor("#ebdaef")Accessibility — WCAG contrast
Aa
#ebdaef on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdaef on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta8.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ebdaef text on a black background
contrast 15.81:1
Card sample
#ebdaef text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdaef;
Background color
Panel with #ebdaef background
background-color: #ebdaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdaef; background: linear-gradient(135deg, #ebdaef, #EFDAE5);