#eafdfe
a pale, electric cyan · cool · closest name: white
RGB
234, 253, 254
HSL
183°, 91%, 96%
CMYK
8, 0, 0, 0
Luminance
0.9490
Every format
| HEX | #eafdfe |
| RGB | rgb(234, 253, 254) |
| HSL | hsl(183, 91%, 96%) |
| CMYK | cmyk(8%, 0%, 0%, 0%) |
| LAB | lab(98.0 -6.0 -2.6) |
| LCH | lch(98.0 6.5 203.5) |
| OKLCH | oklch(0.980 0.020 200.6) |
Copy-ready code
/* CSS */
color: #eafdfe;
background-color: #eafdfe;
/* Tailwind (arbitrary) */
class="text-[#eafdfe] bg-[#eafdfe]"
/* SCSS */
$brand: #eafdfe;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#eafdfe")Accessibility — WCAG contrast
Aa
#eafdfe on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdfe on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue99.6%
CMYK percentages
Cyan7.9%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#eafdfe text on a black background
contrast 19.98:1
Card sample
#eafdfe text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdfe;
Background color
Panel with #eafdfe background
background-color: #eafdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdfe; background: linear-gradient(135deg, #eafdfe, #EAF0FE);