#e3dbfd
a pale, electric blue · warm · closest name: lavender
RGB
227, 219, 253
HSL
254°, 90%, 93%
CMYK
10, 13, 0, 1
Luminance
0.7409
Every format
| HEX | #e3dbfd |
| RGB | rgb(227, 219, 253) |
| HSL | hsl(254, 90%, 93%) |
| CMYK | cmyk(10%, 13%, 0%, 1%) |
| LAB | lab(89.0 9.1 -15.5) |
| LCH | lch(89.0 18.0 300.3) |
| OKLCH | oklch(0.908 0.047 296.2) |
Copy-ready code
/* CSS */
color: #e3dbfd;
background-color: #e3dbfd;
/* Tailwind (arbitrary) */
class="text-[#e3dbfd] bg-[#e3dbfd]"
/* SCSS */
$brand: #e3dbfd;
/* SwiftUI */
Color(red: 0.890, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#e3dbfd")Accessibility — WCAG contrast
Aa
#e3dbfd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dbfd on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green85.9%
Blue99.2%
CMYK percentages
Cyan10.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#e3dbfd text on a black background
contrast 15.82:1
Card sample
#e3dbfd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dbfd;
Background color
Panel with #e3dbfd background
background-color: #e3dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dbfd; background: linear-gradient(135deg, #e3dbfd, #FADBFD);