#eaf9ff
a pale, electric cyan · cool · closest name: white
RGB
234, 249, 255
HSL
197°, 100%, 96%
CMYK
8, 2, 0, 0
Luminance
0.9246
Every format
| HEX | #eaf9ff |
| RGB | rgb(234, 249, 255) |
| HSL | hsl(197, 100%, 96%) |
| CMYK | cmyk(8%, 2%, 0%, 0%) |
| LAB | lab(97.0 -3.8 -4.6) |
| LCH | lch(97.0 5.9 230.3) |
| OKLCH | oklch(0.973 0.018 223.6) |
Copy-ready code
/* CSS */
color: #eaf9ff;
background-color: #eaf9ff;
/* Tailwind (arbitrary) */
class="text-[#eaf9ff] bg-[#eaf9ff]"
/* SCSS */
$brand: #eaf9ff;
/* SwiftUI */
Color(red: 0.918, green: 0.976, blue: 1.000)
/* Android */
Color.parseColor("#eaf9ff")Accessibility — WCAG contrast
Aa
#eaf9ff on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf9ff on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.6%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta2.4%
Yellow0.0%
Key (black)0.0%
Color previews
#eaf9ff text on a black background
contrast 19.49:1
Card sample
#eaf9ff text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf9ff;
Background color
Panel with #eaf9ff background
background-color: #eaf9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 249, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 249, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf9ff; background: linear-gradient(135deg, #eaf9ff, #EAEBFF);