#e3dfff
a pale, electric blue · warm · closest name: lavender
RGB
227, 223, 255
HSL
248°, 100%, 94%
CMYK
11, 13, 0, 0
Luminance
0.7633
Every format
| HEX | #e3dfff |
| RGB | rgb(227, 223, 255) |
| HSL | hsl(248, 100%, 94%) |
| CMYK | cmyk(11%, 13%, 0%, 0%) |
| LAB | lab(90.0 7.4 -15.0) |
| LCH | lch(90.0 16.7 296.2) |
| OKLCH | oklch(0.917 0.043 291.3) |
Copy-ready code
/* CSS */
color: #e3dfff;
background-color: #e3dfff;
/* Tailwind (arbitrary) */
class="text-[#e3dfff] bg-[#e3dfff]"
/* SCSS */
$brand: #e3dfff;
/* SwiftUI */
Color(red: 0.890, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#e3dfff")Accessibility — WCAG contrast
Aa
#e3dfff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dfff on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green87.5%
Blue100.0%
CMYK percentages
Cyan11.0%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#e3dfff text on a black background
contrast 16.27:1
Card sample
#e3dfff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dfff;
Background color
Panel with #e3dfff background
background-color: #e3dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dfff; background: linear-gradient(135deg, #e3dfff, #F8DFFF);