#eaf7ff
a pale, electric blue · cool · closest name: white
RGB
234, 247, 255
HSL
203°, 100%, 96%
CMYK
8, 3, 0, 0
Luminance
0.9123
Every format
| HEX | #eaf7ff |
| RGB | rgb(234, 247, 255) |
| HSL | hsl(203, 100%, 96%) |
| CMYK | cmyk(8%, 3%, 0%, 0%) |
| LAB | lab(96.5 -2.8 -5.3) |
| LCH | lch(96.5 6.0 242.4) |
| OKLCH | oklch(0.969 0.018 234.5) |
Copy-ready code
/* CSS */
color: #eaf7ff;
background-color: #eaf7ff;
/* Tailwind (arbitrary) */
class="text-[#eaf7ff] bg-[#eaf7ff]"
/* SCSS */
$brand: #eaf7ff;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#eaf7ff")Accessibility — WCAG contrast
Aa
#eaf7ff on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7ff on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#eaf7ff text on a black background
contrast 19.25:1
Card sample
#eaf7ff text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7ff;
Background color
Panel with #eaf7ff background
background-color: #eaf7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7ff; background: linear-gradient(135deg, #eaf7ff, #EBEAFF);