#eff4fd
a pale, electric blue · cool · closest name: white
RGB
239, 244, 253
HSL
219°, 78%, 97%
CMYK
6, 4, 0, 1
Luminance
0.9014
Every format
| HEX | #eff4fd |
| RGB | rgb(239, 244, 253) |
| HSL | hsl(219, 78%, 97%) |
| CMYK | cmyk(6%, 4%, 0%, 1%) |
| LAB | lab(96.1 -0.0 -4.9) |
| LCH | lch(96.1 4.9 269.9) |
| OKLCH | oklch(0.966 0.013 262.4) |
Copy-ready code
/* CSS */
color: #eff4fd;
background-color: #eff4fd;
/* Tailwind (arbitrary) */
class="text-[#eff4fd] bg-[#eff4fd]"
/* SCSS */
$brand: #eff4fd;
/* SwiftUI */
Color(red: 0.937, green: 0.957, blue: 0.992)
/* Android */
Color.parseColor("#eff4fd")Accessibility — WCAG contrast
Aa
#eff4fd on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff4fd on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green95.7%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta3.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eff4fd text on a black background
contrast 19.03:1
Card sample
#eff4fd text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff4fd;
Background color
Panel with #eff4fd background
background-color: #eff4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 244, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 244, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff4fd; background: linear-gradient(135deg, #eff4fd, #F3EFFD);