#efdcdf
a pale, soft red · warm · closest name: lavender
RGB
239, 220, 223
HSL
351°, 37%, 90%
CMYK
0, 8, 7, 6
Luminance
0.7486
Every format
| HEX | #efdcdf |
| RGB | rgb(239, 220, 223) |
| HSL | hsl(351, 37%, 90%) |
| CMYK | cmyk(0%, 8%, 7%, 6%) |
| LAB | lab(89.3 7.0 0.9) |
| LCH | lch(89.3 7.1 7.2) |
| OKLCH | oklch(0.911 0.021 6.6) |
Copy-ready code
/* CSS */
color: #efdcdf;
background-color: #efdcdf;
/* Tailwind (arbitrary) */
class="text-[#efdcdf] bg-[#efdcdf]"
/* SCSS */
$brand: #efdcdf;
/* SwiftUI */
Color(red: 0.937, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#efdcdf")Accessibility — WCAG contrast
Aa
#efdcdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdcdf on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow6.7%
Key (black)6.3%
Color previews
#efdcdf text on a black background
contrast 15.97:1
Card sample
#efdcdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdcdf;
Background color
Panel with #efdcdf background
background-color: #efdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdcdf; background: linear-gradient(135deg, #efdcdf, #EFE6DC);