#eaf6ff
a pale, electric blue · cool · closest name: white
RGB
234, 246, 255
HSL
206°, 100%, 96%
CMYK
8, 4, 0, 0
Luminance
0.9062
Every format
| HEX | #eaf6ff |
| RGB | rgb(234, 246, 255) |
| HSL | hsl(206, 100%, 96%) |
| CMYK | cmyk(8%, 4%, 0%, 0%) |
| LAB | lab(96.3 -2.3 -5.7) |
| LCH | lch(96.3 6.1 248.3) |
| OKLCH | oklch(0.967 0.018 240.0) |
Copy-ready code
/* CSS */
color: #eaf6ff;
background-color: #eaf6ff;
/* Tailwind (arbitrary) */
class="text-[#eaf6ff] bg-[#eaf6ff]"
/* SCSS */
$brand: #eaf6ff;
/* SwiftUI */
Color(red: 0.918, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#eaf6ff")Accessibility — WCAG contrast
Aa
#eaf6ff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf6ff on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.5%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#eaf6ff text on a black background
contrast 19.12:1
Card sample
#eaf6ff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf6ff;
Background color
Panel with #eaf6ff background
background-color: #eaf6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf6ff; background: linear-gradient(135deg, #eaf6ff, #ECEAFF);