#eedbec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 219, 236
HSL
306°, 36%, 90%
CMYK
0, 8, 1, 7
Luminance
0.7490
Every format
| HEX | #eedbec |
| RGB | rgb(238, 219, 236) |
| HSL | hsl(306, 36%, 90%) |
| CMYK | cmyk(0%, 8%, 1%, 7%) |
| LAB | lab(89.3 9.5 -5.9) |
| LCH | lch(89.3 11.2 327.9) |
| OKLCH | oklch(0.912 0.031 329.1) |
Copy-ready code
/* CSS */
color: #eedbec;
background-color: #eedbec;
/* Tailwind (arbitrary) */
class="text-[#eedbec] bg-[#eedbec]"
/* SCSS */
$brand: #eedbec;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.925)
/* Android */
Color.parseColor("#eedbec")Accessibility — WCAG contrast
Aa
#eedbec on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedbec on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow0.8%
Key (black)6.7%
Color previews
#eedbec text on a black background
contrast 15.98:1
Card sample
#eedbec text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedbec;
Background color
Panel with #eedbec background
background-color: #eedbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedbec; background: linear-gradient(135deg, #eedbec, #EEDBDF);