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