#eceffc
a pale, vivid blue · warm · closest name: lavender
RGB
236, 239, 252
HSL
229°, 73%, 96%
CMYK
6, 5, 0, 1
Luminance
0.8659
Every format
| HEX | #eceffc |
| RGB | rgb(236, 239, 252) |
| HSL | hsl(229, 73%, 96%) |
| CMYK | cmyk(6%, 5%, 0%, 1%) |
| LAB | lab(94.6 1.4 -6.6) |
| LCH | lch(94.6 6.7 281.9) |
| OKLCH | oklch(0.954 0.018 275.6) |
Copy-ready code
/* CSS */
color: #eceffc;
background-color: #eceffc;
/* Tailwind (arbitrary) */
class="text-[#eceffc] bg-[#eceffc]"
/* SCSS */
$brand: #eceffc;
/* SwiftUI */
Color(red: 0.925, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#eceffc")Accessibility — WCAG contrast
Aa
#eceffc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceffc on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.7%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#eceffc text on a black background
contrast 18.32:1
Card sample
#eceffc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceffc;
Background color
Panel with #eceffc background
background-color: #eceffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceffc; background: linear-gradient(135deg, #eceffc, #F4ECFC);