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