#e9ebfe
a pale, electric blue · warm · “lavender”
RGB
233, 235, 254
HSL
234°, 91%, 96%
CMYK
8, 8, 0, 0
Luminance
0.8390
Every format
| HEX | #e9ebfe |
| RGB | rgb(233, 235, 254) |
| HSL | hsl(234, 91%, 96%) |
| CMYK | cmyk(8%, 8%, 0%, 0%) |
| LAB | lab(93.4 2.9 -9.4) |
| LCH | lch(93.4 9.8 287.0) |
| OKLCH | oklch(0.944 0.026 281.1) |
Copy-ready code
/* CSS */
color: #e9ebfe;
background-color: #e9ebfe;
/* Tailwind (arbitrary) */
class="text-[#e9ebfe] bg-[#e9ebfe]"
/* SCSS */
$brand: #e9ebfe;
/* SwiftUI */
Color(red: 0.914, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e9ebfe")Accessibility — WCAG contrast
Aa
#e9ebfe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ebfe on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.2%
Blue99.6%
CMYK percentages
Cyan8.3%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e9ebfe text on a black background
contrast 17.78:1
Card sample
#e9ebfe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ebfe;
Background color
Panel with #e9ebfe background
background-color: #e9ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ebfe; background: linear-gradient(135deg, #e9ebfe, #F5E9FE);