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