#ecf1fe
a pale, electric blue · cool · closest name: lavender
RGB
236, 241, 254
HSL
223°, 90%, 96%
CMYK
7, 5, 0, 0
Luminance
0.8790
Every format
| HEX | #ecf1fe |
| RGB | rgb(236, 241, 254) |
| HSL | hsl(223, 90%, 96%) |
| CMYK | cmyk(7%, 5%, 0%, 0%) |
| LAB | lab(95.1 0.7 -6.8) |
| LCH | lch(95.1 6.9 276.2) |
| OKLCH | oklch(0.958 0.018 269.1) |
Copy-ready code
/* CSS */
color: #ecf1fe;
background-color: #ecf1fe;
/* Tailwind (arbitrary) */
class="text-[#ecf1fe] bg-[#ecf1fe]"
/* SCSS */
$brand: #ecf1fe;
/* SwiftUI */
Color(red: 0.925, green: 0.945, blue: 0.996)
/* Android */
Color.parseColor("#ecf1fe")Accessibility — WCAG contrast
Aa
#ecf1fe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf1fe on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green94.5%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta5.1%
Yellow0.0%
Key (black)0.4%
Color previews
#ecf1fe text on a black background
contrast 18.58:1
Card sample
#ecf1fe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf1fe;
Background color
Panel with #ecf1fe background
background-color: #ecf1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 241, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 241, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf1fe; background: linear-gradient(135deg, #ecf1fe, #F3ECFE);