#eceefe
a pale, electric blue · warm · closest name: lavender
RGB
236, 238, 254
HSL
233°, 90%, 96%
CMYK
7, 6, 0, 0
Luminance
0.8614
Every format
| HEX | #eceefe |
| RGB | rgb(236, 238, 254) |
| HSL | hsl(233, 90%, 96%) |
| CMYK | cmyk(7%, 6%, 0%, 0%) |
| LAB | lab(94.4 2.3 -7.9) |
| LCH | lch(94.4 8.2 286.1) |
| OKLCH | oklch(0.952 0.022 280.3) |
Copy-ready code
/* CSS */
color: #eceefe;
background-color: #eceefe;
/* Tailwind (arbitrary) */
class="text-[#eceefe] bg-[#eceefe]"
/* SCSS */
$brand: #eceefe;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#eceefe")Accessibility — WCAG contrast
Aa
#eceefe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceefe on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#eceefe text on a black background
contrast 18.23:1
Card sample
#eceefe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceefe;
Background color
Panel with #eceefe background
background-color: #eceefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceefe; background: linear-gradient(135deg, #eceefe, #F6ECFE);