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