#eedceb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 220, 235
HSL
310°, 35%, 90%
CMYK
0, 8, 1, 7
Luminance
0.7536
Every format
| HEX | #eedceb |
| RGB | rgb(238, 220, 235) |
| HSL | hsl(310, 35%, 90%) |
| CMYK | cmyk(0%, 8%, 1%, 7%) |
| LAB | lab(89.6 8.8 -5.1) |
| LCH | lch(89.6 10.1 329.8) |
| OKLCH | oklch(0.913 0.028 331.2) |
Copy-ready code
/* CSS */
color: #eedceb;
background-color: #eedceb;
/* Tailwind (arbitrary) */
class="text-[#eedceb] bg-[#eedceb]"
/* SCSS */
$brand: #eedceb;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#eedceb")Accessibility — WCAG contrast
Aa
#eedceb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedceb on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow1.3%
Key (black)6.7%
Color previews
#eedceb text on a black background
contrast 16.07:1
Card sample
#eedceb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedceb;
Background color
Panel with #eedceb background
background-color: #eedceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedceb; background: linear-gradient(135deg, #eedceb, #EEDCDF);