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