#ebdcf7
a pale, vivid violet · warm · closest name: lavender
RGB
235, 220, 247
HSL
273°, 63%, 92%
CMYK
5, 11, 0, 3
Luminance
0.7556
Every format
| HEX | #ebdcf7 |
| RGB | rgb(235, 220, 247) |
| HSL | hsl(273, 63%, 92%) |
| CMYK | cmyk(5%, 11%, 0%, 3%) |
| LAB | lab(89.7 10.0 -11.3) |
| LCH | lch(89.7 15.1 311.4) |
| OKLCH | oklch(0.915 0.040 310.3) |
Copy-ready code
/* CSS */
color: #ebdcf7;
background-color: #ebdcf7;
/* Tailwind (arbitrary) */
class="text-[#ebdcf7] bg-[#ebdcf7]"
/* SCSS */
$brand: #ebdcf7;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.969)
/* Android */
Color.parseColor("#ebdcf7")Accessibility — WCAG contrast
Aa
#ebdcf7 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcf7 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta10.9%
Yellow0.0%
Key (black)3.1%
Color previews
#ebdcf7 text on a black background
contrast 16.11:1
Card sample
#ebdcf7 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcf7;
Background color
Panel with #ebdcf7 background
background-color: #ebdcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcf7; background: linear-gradient(135deg, #ebdcf7, #F7DCF1);