#eaf5fc
a pale, electric blue · cool · closest name: white
RGB
234, 245, 252
HSL
203°, 75%, 95%
CMYK
7, 3, 0, 1
Luminance
0.8983
Every format
| HEX | #eaf5fc |
| RGB | rgb(234, 245, 252) |
| HSL | hsl(203, 75%, 95%) |
| CMYK | cmyk(7%, 3%, 0%, 1%) |
| LAB | lab(95.9 -2.3 -4.6) |
| LCH | lch(95.9 5.2 243.3) |
| OKLCH | oklch(0.964 0.015 235.4) |
Copy-ready code
/* CSS */
color: #eaf5fc;
background-color: #eaf5fc;
/* Tailwind (arbitrary) */
class="text-[#eaf5fc] bg-[#eaf5fc]"
/* SCSS */
$brand: #eaf5fc;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.988)
/* Android */
Color.parseColor("#eaf5fc")Accessibility — WCAG contrast
Aa
#eaf5fc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5fc on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta2.8%
Yellow0.0%
Key (black)1.2%
Color previews
#eaf5fc text on a black background
contrast 18.97:1
Card sample
#eaf5fc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5fc;
Background color
Panel with #eaf5fc background
background-color: #eaf5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5fc; background: linear-gradient(135deg, #eaf5fc, #EBEAFC);