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