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