#e3ebfc
a pale, electric blue · cool · closest name: lavender
RGB
227, 235, 252
HSL
221°, 81%, 94%
CMYK
10, 7, 0, 1
Luminance
0.8278
Every format
| HEX | #e3ebfc |
| RGB | rgb(227, 235, 252) |
| HSL | hsl(221, 81%, 94%) |
| CMYK | cmyk(10%, 7%, 0%, 1%) |
| LAB | lab(92.9 0.6 -9.1) |
| LCH | lch(92.9 9.1 273.5) |
| OKLCH | oklch(0.939 0.025 265.6) |
Copy-ready code
/* CSS */
color: #e3ebfc;
background-color: #e3ebfc;
/* Tailwind (arbitrary) */
class="text-[#e3ebfc] bg-[#e3ebfc]"
/* SCSS */
$brand: #e3ebfc;
/* SwiftUI */
Color(red: 0.890, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#e3ebfc")Accessibility — WCAG contrast
Aa
#e3ebfc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ebfc on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green92.2%
Blue98.8%
CMYK percentages
Cyan9.9%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#e3ebfc text on a black background
contrast 17.56:1
Card sample
#e3ebfc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ebfc;
Background color
Panel with #e3ebfc background
background-color: #e3ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ebfc; background: linear-gradient(135deg, #e3ebfc, #ECE3FC);