#eceaf7
a pale, soft blue · warm · closest name: lavender
RGB
236, 234, 247
HSL
249°, 45%, 94%
CMYK
5, 5, 0, 3
Luminance
0.8339
Every format
| HEX | #eceaf7 |
| RGB | rgb(236, 234, 247) |
| HSL | hsl(249, 45%, 94%) |
| CMYK | cmyk(5%, 5%, 0%, 3%) |
| LAB | lab(93.2 3.0 -6.0) |
| LCH | lch(93.2 6.8 296.6) |
| OKLCH | oklch(0.942 0.018 293.1) |
Copy-ready code
/* CSS */
color: #eceaf7;
background-color: #eceaf7;
/* Tailwind (arbitrary) */
class="text-[#eceaf7] bg-[#eceaf7]"
/* SCSS */
$brand: #eceaf7;
/* SwiftUI */
Color(red: 0.925, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#eceaf7")Accessibility — WCAG contrast
Aa
#eceaf7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceaf7 on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.8%
Blue96.9%
CMYK percentages
Cyan4.5%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#eceaf7 text on a black background
contrast 17.68:1
Card sample
#eceaf7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceaf7;
Background color
Panel with #eceaf7 background
background-color: #eceaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceaf7; background: linear-gradient(135deg, #eceaf7, #F5EAF7);