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