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