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