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