#eeeff3
a pale, soft blue · warm · closest name: white
RGB
238, 239, 243
HSL
228°, 17%, 94%
CMYK
2, 2, 0, 5
Luminance
0.8638
Every format
| HEX | #eeeff3 |
| RGB | rgb(238, 239, 243) |
| HSL | hsl(228, 17%, 94%) |
| CMYK | cmyk(2%, 2%, 0%, 5%) |
| LAB | lab(94.5 0.4 -2.0) |
| LCH | lch(94.5 2.1 280.6) |
| OKLCH | oklch(0.953 0.005 275.0) |
Copy-ready code
/* CSS */
color: #eeeff3;
background-color: #eeeff3;
/* Tailwind (arbitrary) */
class="text-[#eeeff3] bg-[#eeeff3]"
/* SCSS */
$brand: #eeeff3;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.953)
/* Android */
Color.parseColor("#eeeff3")Accessibility — WCAG contrast
Aa
#eeeff3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeff3 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta1.6%
Yellow0.0%
Key (black)4.7%
Color previews
#eeeff3 text on a black background
contrast 18.28:1
Card sample
#eeeff3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeff3;
Background color
Panel with #eeeff3 background
background-color: #eeeff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeff3; background: linear-gradient(135deg, #eeeff3, #F0EEF3);