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