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