#eceef7
a pale, soft blue · warm · closest name: lavender
RGB
236, 238, 247
HSL
229°, 41%, 95%
CMYK
5, 4, 0, 3
Luminance
0.8570
Every format
| HEX | #eceef7 |
| RGB | rgb(236, 238, 247) |
| HSL | hsl(229, 41%, 95%) |
| CMYK | cmyk(5%, 4%, 0%, 3%) |
| LAB | lab(94.2 1.0 -4.6) |
| LCH | lch(94.2 4.7 282.0) |
| OKLCH | oklch(0.950 0.012 276.1) |
Copy-ready code
/* CSS */
color: #eceef7;
background-color: #eceef7;
/* Tailwind (arbitrary) */
class="text-[#eceef7] bg-[#eceef7]"
/* SCSS */
$brand: #eceef7;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.969)
/* Android */
Color.parseColor("#eceef7")Accessibility — WCAG contrast
Aa
#eceef7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceef7 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue96.9%
CMYK percentages
Cyan4.5%
Magenta3.6%
Yellow0.0%
Key (black)3.1%
Color previews
#eceef7 text on a black background
contrast 18.14:1
Card sample
#eceef7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceef7;
Background color
Panel with #eceef7 background
background-color: #eceef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceef7; background: linear-gradient(135deg, #eceef7, #F1ECF7);