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