#e3ebfe
a pale, electric blue · cool · closest name: lavender
RGB
227, 235, 254
HSL
222°, 93%, 94%
CMYK
11, 8, 0, 0
Luminance
0.8290
Every format
| HEX | #e3ebfe |
| RGB | rgb(227, 235, 254) |
| HSL | hsl(222, 93%, 94%) |
| CMYK | cmyk(11%, 8%, 0%, 0%) |
| LAB | lab(93.0 0.9 -10.1) |
| LCH | lch(93.0 10.1 275.3) |
| OKLCH | oklch(0.940 0.027 267.5) |
Copy-ready code
/* CSS */
color: #e3ebfe;
background-color: #e3ebfe;
/* Tailwind (arbitrary) */
class="text-[#e3ebfe] bg-[#e3ebfe]"
/* SCSS */
$brand: #e3ebfe;
/* SwiftUI */
Color(red: 0.890, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e3ebfe")Accessibility — WCAG contrast
Aa
#e3ebfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ebfe on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green92.2%
Blue99.6%
CMYK percentages
Cyan10.6%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e3ebfe text on a black background
contrast 17.58:1
Card sample
#e3ebfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ebfe;
Background color
Panel with #e3ebfe background
background-color: #e3ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ebfe; background: linear-gradient(135deg, #e3ebfe, #EDE3FE);