#eaf0ff
a pale, electric blue · cool · closest name: lavender
RGB
234, 240, 255
HSL
223°, 100%, 96%
CMYK
8, 6, 0, 0
Luminance
0.8703
Every format
| HEX | #eaf0ff |
| RGB | rgb(234, 240, 255) |
| HSL | hsl(223, 100%, 96%) |
| CMYK | cmyk(8%, 6%, 0%, 0%) |
| LAB | lab(94.8 0.8 -7.9) |
| LCH | lch(94.8 7.9 275.8) |
| OKLCH | oklch(0.955 0.021 268.4) |
Copy-ready code
/* CSS */
color: #eaf0ff;
background-color: #eaf0ff;
/* Tailwind (arbitrary) */
class="text-[#eaf0ff] bg-[#eaf0ff]"
/* SCSS */
$brand: #eaf0ff;
/* SwiftUI */
Color(red: 0.918, green: 0.941, blue: 1.000)
/* Android */
Color.parseColor("#eaf0ff")Accessibility — WCAG contrast
Aa
#eaf0ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf0ff on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.1%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta5.9%
Yellow0.0%
Key (black)0.0%
Color previews
#eaf0ff text on a black background
contrast 18.41:1
Card sample
#eaf0ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf0ff;
Background color
Panel with #eaf0ff background
background-color: #eaf0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 240, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 240, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf0ff; background: linear-gradient(135deg, #eaf0ff, #F2EAFF);