#eceef8
a pale, vivid blue · warm · closest name: lavender
RGB
236, 238, 248
HSL
230°, 46%, 95%
CMYK
5, 4, 0, 3
Luminance
0.8576
Every format
| HEX | #eceef8 |
| RGB | rgb(236, 238, 248) |
| HSL | hsl(230, 46%, 95%) |
| CMYK | cmyk(5%, 4%, 0%, 3%) |
| LAB | lab(94.2 1.1 -5.0) |
| LCH | lch(94.2 5.2 282.8) |
| OKLCH | oklch(0.951 0.014 277.1) |
Copy-ready code
/* CSS */
color: #eceef8;
background-color: #eceef8;
/* Tailwind (arbitrary) */
class="text-[#eceef8] bg-[#eceef8]"
/* SCSS */
$brand: #eceef8;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#eceef8")Accessibility — WCAG contrast
Aa
#eceef8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceef8 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue97.3%
CMYK percentages
Cyan4.8%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#eceef8 text on a black background
contrast 18.15:1
Card sample
#eceef8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceef8;
Background color
Panel with #eceef8 background
background-color: #eceef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceef8; background: linear-gradient(135deg, #eceef8, #F2ECF8);