#ebdcdf
a pale, soft red · warm · closest name: lavender
RGB
235, 220, 223
HSL
348°, 27%, 89%
CMYK
0, 6, 5, 8
Luminance
0.7418
Every format
| HEX | #ebdcdf |
| RGB | rgb(235, 220, 223) |
| HSL | hsl(348, 27%, 89%) |
| CMYK | cmyk(0%, 6%, 5%, 8%) |
| LAB | lab(89.0 5.6 0.4) |
| LCH | lch(89.0 5.7 3.9) |
| OKLCH | oklch(0.907 0.017 3.7) |
Copy-ready code
/* CSS */
color: #ebdcdf;
background-color: #ebdcdf;
/* Tailwind (arbitrary) */
class="text-[#ebdcdf] bg-[#ebdcdf]"
/* SCSS */
$brand: #ebdcdf;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#ebdcdf")Accessibility — WCAG contrast
Aa
#ebdcdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcdf on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow5.1%
Key (black)7.8%
Color previews
#ebdcdf text on a black background
contrast 15.84:1
Card sample
#ebdcdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcdf;
Background color
Panel with #ebdcdf background
background-color: #ebdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcdf; background: linear-gradient(135deg, #ebdcdf, #EBE3DC);