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