#ecf4fe
a pale, electric blue · cool · closest name: white
RGB
236, 244, 254
HSL
213°, 90%, 96%
CMYK
7, 4, 0, 0
Luminance
0.8969
Every format
| HEX | #ecf4fe |
| RGB | rgb(236, 244, 254) |
| HSL | hsl(213, 90%, 96%) |
| CMYK | cmyk(7%, 4%, 0%, 0%) |
| LAB | lab(95.9 -0.8 -5.7) |
| LCH | lch(95.9 5.8 262.1) |
| OKLCH | oklch(0.964 0.016 253.9) |
Copy-ready code
/* CSS */
color: #ecf4fe;
background-color: #ecf4fe;
/* Tailwind (arbitrary) */
class="text-[#ecf4fe] bg-[#ecf4fe]"
/* SCSS */
$brand: #ecf4fe;
/* SwiftUI */
Color(red: 0.925, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#ecf4fe")Accessibility — WCAG contrast
Aa
#ecf4fe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf4fe on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green95.7%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#ecf4fe text on a black background
contrast 18.94:1
Card sample
#ecf4fe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf4fe;
Background color
Panel with #ecf4fe background
background-color: #ecf4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf4fe; background: linear-gradient(135deg, #ecf4fe, #F0ECFE);