#e9edf8
a pale, vivid blue · cool · closest name: lavender
RGB
233, 237, 248
HSL
224°, 52%, 94%
CMYK
6, 4, 0, 3
Luminance
0.8467
Every format
| HEX | #e9edf8 |
| RGB | rgb(233, 237, 248) |
| HSL | hsl(224, 52%, 94%) |
| CMYK | cmyk(6%, 4%, 0%, 3%) |
| LAB | lab(93.7 0.7 -5.8) |
| LCH | lch(93.7 5.8 276.8) |
| OKLCH | oklch(0.946 0.015 270.0) |
Copy-ready code
/* CSS */
color: #e9edf8;
background-color: #e9edf8;
/* Tailwind (arbitrary) */
class="text-[#e9edf8] bg-[#e9edf8]"
/* SCSS */
$brand: #e9edf8;
/* SwiftUI */
Color(red: 0.914, green: 0.929, blue: 0.973)
/* Android */
Color.parseColor("#e9edf8")Accessibility — WCAG contrast
Aa
#e9edf8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9edf8 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.9%
Blue97.3%
CMYK percentages
Cyan6.0%
Magenta4.4%
Yellow0.0%
Key (black)2.7%
Color previews
#e9edf8 text on a black background
contrast 17.93:1
Card sample
#e9edf8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9edf8;
Background color
Panel with #e9edf8 background
background-color: #e9edf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9edf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 237, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 237, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9edf8; background: linear-gradient(135deg, #e9edf8, #EFE9F8);