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