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