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