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