#eedfef
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 223, 239
HSL
296°, 33%, 91%
CMYK
0, 7, 0, 6
Luminance
0.7718
Every format
| HEX | #eedfef |
| RGB | rgb(238, 223, 239) |
| HSL | hsl(296, 33%, 91%) |
| CMYK | cmyk(0%, 7%, 0%, 6%) |
| LAB | lab(90.4 7.9 -5.9) |
| LCH | lch(90.4 9.9 323.1) |
| OKLCH | oklch(0.920 0.027 323.9) |
Copy-ready code
/* CSS */
color: #eedfef;
background-color: #eedfef;
/* Tailwind (arbitrary) */
class="text-[#eedfef] bg-[#eedfef]"
/* SCSS */
$brand: #eedfef;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.937)
/* Android */
Color.parseColor("#eedfef")Accessibility — WCAG contrast
Aa
#eedfef on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfef on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue93.7%
CMYK percentages
Cyan0.4%
Magenta6.7%
Yellow0.0%
Key (black)6.3%
Color previews
#eedfef text on a black background
contrast 16.44:1
Card sample
#eedfef text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfef;
Background color
Panel with #eedfef background
background-color: #eedfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfef; background: linear-gradient(135deg, #eedfef, #EFDFE5);