#e4f6fe
a pale, electric cyan · cool · closest name: white
RGB
228, 246, 254
HSL
199°, 93%, 95%
CMYK
10, 3, 0, 0
Luminance
0.8956
Every format
| HEX | #e4f6fe |
| RGB | rgb(228, 246, 254) |
| HSL | hsl(199, 93%, 95%) |
| CMYK | cmyk(10%, 3%, 0%, 0%) |
| LAB | lab(95.8 -4.4 -5.8) |
| LCH | lch(95.8 7.3 233.3) |
| OKLCH | oklch(0.962 0.022 226.1) |
Copy-ready code
/* CSS */
color: #e4f6fe;
background-color: #e4f6fe;
/* Tailwind (arbitrary) */
class="text-[#e4f6fe] bg-[#e4f6fe]"
/* SCSS */
$brand: #e4f6fe;
/* SwiftUI */
Color(red: 0.894, green: 0.965, blue: 0.996)
/* Android */
Color.parseColor("#e4f6fe")Accessibility — WCAG contrast
Aa
#e4f6fe on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f6fe on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green96.5%
Blue99.6%
CMYK percentages
Cyan10.2%
Magenta3.1%
Yellow0.0%
Key (black)0.4%
Color previews
#e4f6fe text on a black background
contrast 18.91:1
Card sample
#e4f6fe text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f6fe;
Background color
Panel with #e4f6fe background
background-color: #e4f6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 246, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 246, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f6fe; background: linear-gradient(135deg, #e4f6fe, #E4E5FE);