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