#eaf0fc
a pale, electric blue · cool · closest name: lavender
RGB
234, 240, 252
HSL
220°, 75%, 95%
CMYK
7, 5, 0, 1
Luminance
0.8684
Every format
| HEX | #eaf0fc |
| RGB | rgb(234, 240, 252) |
| HSL | hsl(220, 75%, 95%) |
| CMYK | cmyk(7%, 5%, 0%, 1%) |
| LAB | lab(94.7 0.2 -6.5) |
| LCH | lch(94.7 6.5 272.0) |
| OKLCH | oklch(0.954 0.017 264.5) |
Copy-ready code
/* CSS */
color: #eaf0fc;
background-color: #eaf0fc;
/* Tailwind (arbitrary) */
class="text-[#eaf0fc] bg-[#eaf0fc]"
/* SCSS */
$brand: #eaf0fc;
/* SwiftUI */
Color(red: 0.918, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#eaf0fc")Accessibility — WCAG contrast
Aa
#eaf0fc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf0fc on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.1%
Blue98.8%
CMYK percentages
Cyan7.1%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#eaf0fc text on a black background
contrast 18.37:1
Card sample
#eaf0fc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf0fc;
Background color
Panel with #eaf0fc background
background-color: #eaf0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf0fc; background: linear-gradient(135deg, #eaf0fc, #F0EAFC);