#eaf6fd
a pale, electric blue · cool · closest name: white
RGB
234, 246, 253
HSL
202°, 83%, 96%
CMYK
8, 3, 0, 1
Luminance
0.9050
Every format
| HEX | #eaf6fd |
| RGB | rgb(234, 246, 253) |
| HSL | hsl(202, 83%, 96%) |
| CMYK | cmyk(8%, 3%, 0%, 1%) |
| LAB | lab(96.2 -2.6 -4.7) |
| LCH | lch(96.2 5.4 240.8) |
| OKLCH | oklch(0.966 0.016 233.0) |
Copy-ready code
/* CSS */
color: #eaf6fd;
background-color: #eaf6fd;
/* Tailwind (arbitrary) */
class="text-[#eaf6fd] bg-[#eaf6fd]"
/* SCSS */
$brand: #eaf6fd;
/* SwiftUI */
Color(red: 0.918, green: 0.965, blue: 0.992)
/* Android */
Color.parseColor("#eaf6fd")Accessibility — WCAG contrast
Aa
#eaf6fd on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf6fd on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.5%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta2.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eaf6fd text on a black background
contrast 19.10:1
Card sample
#eaf6fd text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf6fd;
Background color
Panel with #eaf6fd background
background-color: #eaf6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 246, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 246, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf6fd; background: linear-gradient(135deg, #eaf6fd, #EBEAFD);