#eee4ef
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 228, 239
HSL
295°, 26%, 92%
CMYK
0, 5, 0, 6
Luminance
0.7990
Every format
| HEX | #eee4ef |
| RGB | rgb(238, 228, 239) |
| HSL | hsl(295, 26%, 92%) |
| CMYK | cmyk(0%, 5%, 0%, 6%) |
| LAB | lab(91.6 5.3 -4.1) |
| LCH | lch(91.6 6.7 322.2) |
| OKLCH | oklch(0.930 0.018 323.0) |
Copy-ready code
/* CSS */
color: #eee4ef;
background-color: #eee4ef;
/* Tailwind (arbitrary) */
class="text-[#eee4ef] bg-[#eee4ef]"
/* SCSS */
$brand: #eee4ef;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.937)
/* Android */
Color.parseColor("#eee4ef")Accessibility — WCAG contrast
Aa
#eee4ef on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4ef on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue93.7%
CMYK percentages
Cyan0.4%
Magenta4.6%
Yellow0.0%
Key (black)6.3%
Color previews
#eee4ef text on a black background
contrast 16.98:1
Card sample
#eee4ef text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4ef;
Background color
Panel with #eee4ef background
background-color: #eee4ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4ef; background: linear-gradient(135deg, #eee4ef, #EFE4E9);