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