#ebcdf1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
235, 205, 241
HSL
290°, 56%, 88%
CMYK
3, 15, 0, 6
Luminance
0.6768
Every format
| HEX | #ebcdf1 |
| RGB | rgb(235, 205, 241) |
| HSL | hsl(290, 56%, 88%) |
| CMYK | cmyk(3%, 15%, 0%, 6%) |
| LAB | lab(85.8 16.7 -13.8) |
| LCH | lch(85.8 21.7 320.5) |
| OKLCH | oklch(0.884 0.058 320.6) |
Copy-ready code
/* CSS */
color: #ebcdf1;
background-color: #ebcdf1;
/* Tailwind (arbitrary) */
class="text-[#ebcdf1] bg-[#ebcdf1]"
/* SCSS */
$brand: #ebcdf1;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#ebcdf1")Accessibility — WCAG contrast
Aa
#ebcdf1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdf1 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#ebcdf1 text on a black background
contrast 14.54:1
Card sample
#ebcdf1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdf1;
Background color
Panel with #ebcdf1 background
background-color: #ebcdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdf1; background: linear-gradient(135deg, #ebcdf1, #F1CDDF);