#e8f0fe
a pale, electric blue · cool · closest name: lavender
RGB
232, 240, 254
HSL
218°, 92%, 95%
CMYK
9, 6, 0, 0
Luminance
0.8663
Every format
| HEX | #e8f0fe |
| RGB | rgb(232, 240, 254) |
| HSL | hsl(218, 92%, 95%) |
| CMYK | cmyk(9%, 6%, 0%, 0%) |
| LAB | lab(94.6 -0.0 -7.6) |
| LCH | lch(94.6 7.6 269.8) |
| OKLCH | oklch(0.953 0.021 261.8) |
Copy-ready code
/* CSS */
color: #e8f0fe;
background-color: #e8f0fe;
/* Tailwind (arbitrary) */
class="text-[#e8f0fe] bg-[#e8f0fe]"
/* SCSS */
$brand: #e8f0fe;
/* SwiftUI */
Color(red: 0.910, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#e8f0fe")Accessibility — WCAG contrast
Aa
#e8f0fe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8f0fe on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green94.1%
Blue99.6%
CMYK percentages
Cyan8.7%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e8f0fe text on a black background
contrast 18.33:1
Card sample
#e8f0fe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8f0fe;
Background color
Panel with #e8f0fe background
background-color: #e8f0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8f0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8f0fe; background: linear-gradient(135deg, #e8f0fe, #EFE8FE);