#eeeff7
a pale, soft blue · warm · closest name: white
RGB
238, 239, 247
HSL
233°, 36%, 95%
CMYK
4, 3, 0, 3
Luminance
0.8663
Every format
| HEX | #eeeff7 |
| RGB | rgb(238, 239, 247) |
| HSL | hsl(233, 36%, 95%) |
| CMYK | cmyk(4%, 3%, 0%, 3%) |
| LAB | lab(94.6 1.1 -4.0) |
| LCH | lch(94.6 4.1 285.6) |
| OKLCH | oklch(0.954 0.011 280.5) |
Copy-ready code
/* CSS */
color: #eeeff7;
background-color: #eeeff7;
/* Tailwind (arbitrary) */
class="text-[#eeeff7] bg-[#eeeff7]"
/* SCSS */
$brand: #eeeff7;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.969)
/* Android */
Color.parseColor("#eeeff7")Accessibility — WCAG contrast
Aa
#eeeff7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeff7 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta3.2%
Yellow0.0%
Key (black)3.1%
Color previews
#eeeff7 text on a black background
contrast 18.33:1
Card sample
#eeeff7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeff7;
Background color
Panel with #eeeff7 background
background-color: #eeeff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeff7; background: linear-gradient(135deg, #eeeff7, #F3EEF7);