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