#ecedfd
a pale, electric blue · warm · closest name: lavender
RGB
236, 237, 253
HSL
237°, 81%, 96%
CMYK
7, 6, 0, 1
Luminance
0.8549
Every format
| HEX | #ecedfd |
| RGB | rgb(236, 237, 253) |
| HSL | hsl(237, 81%, 96%) |
| CMYK | cmyk(7%, 6%, 0%, 1%) |
| LAB | lab(94.1 2.6 -7.8) |
| LCH | lch(94.1 8.2 288.4) |
| OKLCH | oklch(0.950 0.021 283.1) |
Copy-ready code
/* CSS */
color: #ecedfd;
background-color: #ecedfd;
/* Tailwind (arbitrary) */
class="text-[#ecedfd] bg-[#ecedfd]"
/* SCSS */
$brand: #ecedfd;
/* SwiftUI */
Color(red: 0.925, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#ecedfd")Accessibility — WCAG contrast
Aa
#ecedfd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecedfd on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.9%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ecedfd text on a black background
contrast 18.10:1
Card sample
#ecedfd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecedfd;
Background color
Panel with #ecedfd background
background-color: #ecedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecedfd; background: linear-gradient(135deg, #ecedfd, #F6ECFD);