#eed3ec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 211, 236
HSL
304°, 44%, 88%
CMYK
0, 11, 1, 7
Luminance
0.7082
Every format
| HEX | #eed3ec |
| RGB | rgb(238, 211, 236) |
| HSL | hsl(304, 44%, 88%) |
| CMYK | cmyk(0%, 11%, 1%, 7%) |
| LAB | lab(87.4 13.7 -8.8) |
| LCH | lch(87.4 16.3 327.1) |
| OKLCH | oklch(0.897 0.044 328.3) |
Copy-ready code
/* CSS */
color: #eed3ec;
background-color: #eed3ec;
/* Tailwind (arbitrary) */
class="text-[#eed3ec] bg-[#eed3ec]"
/* SCSS */
$brand: #eed3ec;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.925)
/* Android */
Color.parseColor("#eed3ec")Accessibility — WCAG contrast
Aa
#eed3ec on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3ec on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow0.8%
Key (black)6.7%
Color previews
#eed3ec text on a black background
contrast 15.16:1
Card sample
#eed3ec text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3ec;
Background color
Panel with #eed3ec background
background-color: #eed3ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3ec; background: linear-gradient(135deg, #eed3ec, #EED3DA);