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