#e3ebff
a pale, electric blue · cool · closest name: lavender
RGB
227, 235, 255
HSL
223°, 100%, 95%
CMYK
11, 8, 0, 0
Luminance
0.8297
Every format
| HEX | #e3ebff |
| RGB | rgb(227, 235, 255) |
| HSL | hsl(223, 100%, 95%) |
| CMYK | cmyk(11%, 8%, 0%, 0%) |
| LAB | lab(93.0 1.1 -10.6) |
| LCH | lch(93.0 10.6 276.2) |
| OKLCH | oklch(0.940 0.028 268.4) |
Copy-ready code
/* CSS */
color: #e3ebff;
background-color: #e3ebff;
/* Tailwind (arbitrary) */
class="text-[#e3ebff] bg-[#e3ebff]"
/* SCSS */
$brand: #e3ebff;
/* SwiftUI */
Color(red: 0.890, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#e3ebff")Accessibility — WCAG contrast
Aa
#e3ebff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ebff on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green92.2%
Blue100.0%
CMYK percentages
Cyan11.0%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#e3ebff text on a black background
contrast 17.59:1
Card sample
#e3ebff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ebff;
Background color
Panel with #e3ebff background
background-color: #e3ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ebff; background: linear-gradient(135deg, #e3ebff, #EEE3FF);