#eceef4
a pale, soft blue · warm · closest name: white
RGB
236, 238, 244
HSL
225°, 27%, 94%
CMYK
3, 3, 0, 4
Luminance
0.8551
Every format
| HEX | #eceef4 |
| RGB | rgb(236, 238, 244) |
| HSL | hsl(225, 27%, 94%) |
| CMYK | cmyk(3%, 3%, 0%, 4%) |
| LAB | lab(94.1 0.4 -3.1) |
| LCH | lch(94.1 3.1 277.7) |
| OKLCH | oklch(0.949 0.008 271.3) |
Copy-ready code
/* CSS */
color: #eceef4;
background-color: #eceef4;
/* Tailwind (arbitrary) */
class="text-[#eceef4] bg-[#eceef4]"
/* SCSS */
$brand: #eceef4;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.957)
/* Android */
Color.parseColor("#eceef4")Accessibility — WCAG contrast
Aa
#eceef4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceef4 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue95.7%
CMYK percentages
Cyan3.3%
Magenta2.5%
Yellow0.0%
Key (black)4.3%
Color previews
#eceef4 text on a black background
contrast 18.10:1
Card sample
#eceef4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceef4;
Background color
Panel with #eceef4 background
background-color: #eceef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceef4; background: linear-gradient(135deg, #eceef4, #EFECF4);