#eef3fd
a pale, electric blue · cool · closest name: lavender
RGB
238, 243, 253
HSL
220°, 79%, 96%
CMYK
6, 4, 0, 1
Luminance
0.8937
Every format
| HEX | #eef3fd |
| RGB | rgb(238, 243, 253) |
| HSL | hsl(220, 79%, 96%) |
| CMYK | cmyk(6%, 4%, 0%, 1%) |
| LAB | lab(95.7 0.2 -5.4) |
| LCH | lch(95.7 5.4 271.9) |
| OKLCH | oklch(0.963 0.014 264.5) |
Copy-ready code
/* CSS */
color: #eef3fd;
background-color: #eef3fd;
/* Tailwind (arbitrary) */
class="text-[#eef3fd] bg-[#eef3fd]"
/* SCSS */
$brand: #eef3fd;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#eef3fd")Accessibility — WCAG contrast
Aa
#eef3fd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef3fd on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#eef3fd text on a black background
contrast 18.87:1
Card sample
#eef3fd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef3fd;
Background color
Panel with #eef3fd background
background-color: #eef3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef3fd; background: linear-gradient(135deg, #eef3fd, #F3EEFD);