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