#eaf4fd
a pale, electric blue · cool · closest name: white
RGB
234, 244, 253
HSL
208°, 83%, 96%
CMYK
8, 4, 0, 1
Luminance
0.8929
Every format
| HEX | #eaf4fd |
| RGB | rgb(234, 244, 253) |
| HSL | hsl(208, 83%, 96%) |
| CMYK | cmyk(8%, 4%, 0%, 1%) |
| LAB | lab(95.7 -1.6 -5.5) |
| LCH | lch(95.7 5.7 253.5) |
| OKLCH | oklch(0.962 0.016 245.1) |
Copy-ready code
/* CSS */
color: #eaf4fd;
background-color: #eaf4fd;
/* Tailwind (arbitrary) */
class="text-[#eaf4fd] bg-[#eaf4fd]"
/* SCSS */
$brand: #eaf4fd;
/* SwiftUI */
Color(red: 0.918, green: 0.957, blue: 0.992)
/* Android */
Color.parseColor("#eaf4fd")Accessibility — WCAG contrast
Aa
#eaf4fd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf4fd on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.7%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta3.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eaf4fd text on a black background
contrast 18.86:1
Card sample
#eaf4fd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf4fd;
Background color
Panel with #eaf4fd background
background-color: #eaf4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 244, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 244, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf4fd; background: linear-gradient(135deg, #eaf4fd, #EDEAFD);