#e5f7fe
a pale, electric cyan · cool · closest name: white
RGB
229, 247, 254
HSL
197°, 93%, 95%
CMYK
10, 3, 0, 0
Luminance
0.9034
Every format
| HEX | #e5f7fe |
| RGB | rgb(229, 247, 254) |
| HSL | hsl(197, 93%, 95%) |
| CMYK | cmyk(10%, 3%, 0%, 0%) |
| LAB | lab(96.1 -4.5 -5.4) |
| LCH | lch(96.1 7.0 229.7) |
| OKLCH | oklch(0.965 0.021 223.0) |
Copy-ready code
/* CSS */
color: #e5f7fe;
background-color: #e5f7fe;
/* Tailwind (arbitrary) */
class="text-[#e5f7fe] bg-[#e5f7fe]"
/* SCSS */
$brand: #e5f7fe;
/* SwiftUI */
Color(red: 0.898, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#e5f7fe")Accessibility — WCAG contrast
Aa
#e5f7fe on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f7fe on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green96.9%
Blue99.6%
CMYK percentages
Cyan9.8%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#e5f7fe text on a black background
contrast 19.07:1
Card sample
#e5f7fe text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f7fe;
Background color
Panel with #e5f7fe background
background-color: #e5f7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f7fe; background: linear-gradient(135deg, #e5f7fe, #E5E6FE);