#eceefa
a pale, vivid blue · warm · closest name: lavender
RGB
236, 238, 250
HSL
231°, 58%, 95%
CMYK
6, 5, 0, 2
Luminance
0.8588
Every format
| HEX | #eceefa |
| RGB | rgb(236, 238, 250) |
| HSL | hsl(231, 58%, 95%) |
| CMYK | cmyk(6%, 5%, 0%, 2%) |
| LAB | lab(94.3 1.5 -6.0) |
| LCH | lch(94.3 6.2 284.3) |
| OKLCH | oklch(0.951 0.016 278.5) |
Copy-ready code
/* CSS */
color: #eceefa;
background-color: #eceefa;
/* Tailwind (arbitrary) */
class="text-[#eceefa] bg-[#eceefa]"
/* SCSS */
$brand: #eceefa;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#eceefa")Accessibility — WCAG contrast
Aa
#eceefa on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceefa on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue98.0%
CMYK percentages
Cyan5.6%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#eceefa text on a black background
contrast 18.18:1
Card sample
#eceefa text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceefa;
Background color
Panel with #eceefa background
background-color: #eceefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceefa; background: linear-gradient(135deg, #eceefa, #F3ECFA);