#ececf4
a pale, soft blue · warm · closest name: lavender
RGB
236, 236, 244
HSL
240°, 27%, 94%
CMYK
3, 3, 0, 4
Luminance
0.8436
Every format
| HEX | #ececf4 |
| RGB | rgb(236, 236, 244) |
| HSL | hsl(240, 27%, 94%) |
| CMYK | cmyk(3%, 3%, 0%, 4%) |
| LAB | lab(93.6 1.4 -3.9) |
| LCH | lch(93.6 4.1 290.5) |
| OKLCH | oklch(0.945 0.011 286.2) |
Copy-ready code
/* CSS */
color: #ececf4;
background-color: #ececf4;
/* Tailwind (arbitrary) */
class="text-[#ececf4] bg-[#ececf4]"
/* SCSS */
$brand: #ececf4;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#ececf4")Accessibility — WCAG contrast
Aa
#ececf4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececf4 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue95.7%
CMYK percentages
Cyan3.3%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#ececf4 text on a black background
contrast 17.87:1
Card sample
#ececf4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececf4;
Background color
Panel with #ececf4 background
background-color: #ececf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececf4; background: linear-gradient(135deg, #ececf4, #F1ECF4);