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