#eadcdf
a pale, soft red · warm · closest name: lavender
RGB
234, 220, 223
HSL
347°, 25%, 89%
CMYK
0, 6, 5, 8
Luminance
0.7401
Every format
| HEX | #eadcdf |
| RGB | rgb(234, 220, 223) |
| HSL | hsl(347, 25%, 89%) |
| CMYK | cmyk(0%, 6%, 5%, 8%) |
| LAB | lab(88.9 5.3 0.3) |
| LCH | lch(88.9 5.3 2.7) |
| OKLCH | oklch(0.906 0.016 2.7) |
Copy-ready code
/* CSS */
color: #eadcdf;
background-color: #eadcdf;
/* Tailwind (arbitrary) */
class="text-[#eadcdf] bg-[#eadcdf]"
/* SCSS */
$brand: #eadcdf;
/* SwiftUI */
Color(red: 0.918, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#eadcdf")Accessibility — WCAG contrast
Aa
#eadcdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadcdf on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow4.7%
Key (black)8.2%
Color previews
#eadcdf text on a black background
contrast 15.80:1
Card sample
#eadcdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadcdf;
Background color
Panel with #eadcdf background
background-color: #eadcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadcdf; background: linear-gradient(135deg, #eadcdf, #EAE2DC);