#eaf0fd
a pale, electric blue · cool · closest name: lavender
RGB
234, 240, 253
HSL
221°, 83%, 96%
CMYK
8, 5, 0, 1
Luminance
0.8690
Every format
| HEX | #eaf0fd |
| RGB | rgb(234, 240, 253) |
| HSL | hsl(221, 83%, 96%) |
| CMYK | cmyk(8%, 5%, 0%, 1%) |
| LAB | lab(94.7 0.4 -6.9) |
| LCH | lch(94.7 7.0 273.5) |
| OKLCH | oklch(0.954 0.019 266.0) |
Copy-ready code
/* CSS */
color: #eaf0fd;
background-color: #eaf0fd;
/* Tailwind (arbitrary) */
class="text-[#eaf0fd] bg-[#eaf0fd]"
/* SCSS */
$brand: #eaf0fd;
/* SwiftUI */
Color(red: 0.918, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#eaf0fd")Accessibility — WCAG contrast
Aa
#eaf0fd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf0fd on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.1%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eaf0fd text on a black background
contrast 18.38:1
Card sample
#eaf0fd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf0fd;
Background color
Panel with #eaf0fd background
background-color: #eaf0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf0fd; background: linear-gradient(135deg, #eaf0fd, #F1EAFD);