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