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