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