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