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