#eceaf9
a pale, vivid blue · warm · closest name: lavender
RGB
236, 234, 249
HSL
248°, 56%, 95%
CMYK
5, 6, 0, 2
Luminance
0.8352
Every format
| HEX | #eceaf9 |
| RGB | rgb(236, 234, 249) |
| HSL | hsl(248, 56%, 95%) |
| CMYK | cmyk(5%, 6%, 0%, 2%) |
| LAB | lab(93.2 3.4 -7.0) |
| LCH | lch(93.2 7.8 295.8) |
| OKLCH | oklch(0.943 0.020 292.1) |
Copy-ready code
/* CSS */
color: #eceaf9;
background-color: #eceaf9;
/* Tailwind (arbitrary) */
class="text-[#eceaf9] bg-[#eceaf9]"
/* SCSS */
$brand: #eceaf9;
/* SwiftUI */
Color(red: 0.925, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#eceaf9")Accessibility — WCAG contrast
Aa
#eceaf9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceaf9 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.8%
Blue97.6%
CMYK percentages
Cyan5.2%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#eceaf9 text on a black background
contrast 17.70:1
Card sample
#eceaf9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceaf9;
Background color
Panel with #eceaf9 background
background-color: #eceaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceaf9; background: linear-gradient(135deg, #eceaf9, #F6EAF9);