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