#ebcdf3
a pale, vivid violet · warm · closest name: lavender
RGB
235, 205, 243
HSL
287°, 61%, 88%
CMYK
3, 16, 0, 5
Luminance
0.6780
Every format
| HEX | #ebcdf3 |
| RGB | rgb(235, 205, 243) |
| HSL | hsl(287, 61%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 5%) |
| LAB | lab(85.9 17.1 -14.8) |
| LCH | lch(85.9 22.6 319.2) |
| OKLCH | oklch(0.885 0.060 319.1) |
Copy-ready code
/* CSS */
color: #ebcdf3;
background-color: #ebcdf3;
/* Tailwind (arbitrary) */
class="text-[#ebcdf3] bg-[#ebcdf3]"
/* SCSS */
$brand: #ebcdf3;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#ebcdf3")Accessibility — WCAG contrast
Aa
#ebcdf3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdf3 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#ebcdf3 text on a black background
contrast 14.56:1
Card sample
#ebcdf3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdf3;
Background color
Panel with #ebcdf3 background
background-color: #ebcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdf3; background: linear-gradient(135deg, #ebcdf3, #F3CDE2);