#eeeef1
a pale, muted blue · warm · closest name: white
RGB
238, 238, 241
HSL
240°, 10%, 94%
CMYK
1, 1, 0, 6
Luminance
0.8568
Every format
| HEX | #eeeef1 |
| RGB | rgb(238, 238, 241) |
| HSL | hsl(240, 10%, 94%) |
| CMYK | cmyk(1%, 1%, 0%, 6%) |
| LAB | lab(94.2 0.5 -1.4) |
| LCH | lch(94.2 1.5 290.1) |
| OKLCH | oklch(0.950 0.004 286.3) |
Copy-ready code
/* CSS */
color: #eeeef1;
background-color: #eeeef1;
/* Tailwind (arbitrary) */
class="text-[#eeeef1] bg-[#eeeef1]"
/* SCSS */
$brand: #eeeef1;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#eeeef1")Accessibility — WCAG contrast
Aa
#eeeef1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeef1 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#eeeef1 text on a black background
contrast 18.14:1
Card sample
#eeeef1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeef1;
Background color
Panel with #eeeef1 background
background-color: #eeeef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeef1; background: linear-gradient(135deg, #eeeef1, #F0EEF1);