#ebdcf3
a pale, vivid violet · warm · closest name: lavender
RGB
235, 220, 243
HSL
279°, 49%, 91%
CMYK
3, 10, 0, 5
Luminance
0.7532
Every format
| HEX | #ebdcf3 |
| RGB | rgb(235, 220, 243) |
| HSL | hsl(279, 49%, 91%) |
| CMYK | cmyk(3%, 10%, 0%, 5%) |
| LAB | lab(89.5 9.2 -9.3) |
| LCH | lch(89.5 13.1 314.6) |
| OKLCH | oklch(0.913 0.035 314.1) |
Copy-ready code
/* CSS */
color: #ebdcf3;
background-color: #ebdcf3;
/* Tailwind (arbitrary) */
class="text-[#ebdcf3] bg-[#ebdcf3]"
/* SCSS */
$brand: #ebdcf3;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.953)
/* Android */
Color.parseColor("#ebdcf3")Accessibility — WCAG contrast
Aa
#ebdcf3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcf3 on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta9.5%
Yellow0.0%
Key (black)4.7%
Color previews
#ebdcf3 text on a black background
contrast 16.06:1
Card sample
#ebdcf3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcf3;
Background color
Panel with #ebdcf3 background
background-color: #ebdcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcf3; background: linear-gradient(135deg, #ebdcf3, #F3DCEC);