#ececf8
a pale, vivid blue · warm · closest name: lavender
RGB
236, 236, 248
HSL
240°, 46%, 95%
CMYK
5, 5, 0, 3
Luminance
0.8460
Every format
| HEX | #ececf8 |
| RGB | rgb(236, 236, 248) |
| HSL | hsl(240, 46%, 95%) |
| CMYK | cmyk(5%, 5%, 0%, 3%) |
| LAB | lab(93.7 2.2 -5.8) |
| LCH | lch(93.7 6.2 290.7) |
| OKLCH | oklch(0.947 0.016 286.1) |
Copy-ready code
/* CSS */
color: #ececf8;
background-color: #ececf8;
/* Tailwind (arbitrary) */
class="text-[#ececf8] bg-[#ececf8]"
/* SCSS */
$brand: #ececf8;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#ececf8")Accessibility — WCAG contrast
Aa
#ececf8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececf8 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue97.3%
CMYK percentages
Cyan4.8%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#ececf8 text on a black background
contrast 17.92:1
Card sample
#ececf8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececf8;
Background color
Panel with #ececf8 background
background-color: #ececf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececf8; background: linear-gradient(135deg, #ececf8, #F4ECF8);