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