#ecf3fe
a pale, electric blue · cool · closest name: lavender
RGB
236, 243, 254
HSL
217°, 90%, 96%
CMYK
7, 4, 0, 0
Luminance
0.8909
Every format
| HEX | #ecf3fe |
| RGB | rgb(236, 243, 254) |
| HSL | hsl(217, 90%, 96%) |
| CMYK | cmyk(7%, 4%, 0%, 0%) |
| LAB | lab(95.6 -0.3 -6.1) |
| LCH | lch(95.6 6.1 267.4) |
| OKLCH | oklch(0.962 0.017 259.4) |
Copy-ready code
/* CSS */
color: #ecf3fe;
background-color: #ecf3fe;
/* Tailwind (arbitrary) */
class="text-[#ecf3fe] bg-[#ecf3fe]"
/* SCSS */
$brand: #ecf3fe;
/* SwiftUI */
Color(red: 0.925, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#ecf3fe")Accessibility — WCAG contrast
Aa
#ecf3fe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf3fe on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green95.3%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ecf3fe text on a black background
contrast 18.82:1
Card sample
#ecf3fe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf3fe;
Background color
Panel with #ecf3fe background
background-color: #ecf3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf3fe; background: linear-gradient(135deg, #ecf3fe, #F1ECFE);