#e5f4fe
a pale, electric blue · cool · closest name: lavender
RGB
229, 244, 254
HSL
204°, 93%, 95%
CMYK
10, 4, 0, 0
Luminance
0.8852
Every format
| HEX | #e5f4fe |
| RGB | rgb(229, 244, 254) |
| HSL | hsl(204, 93%, 95%) |
| CMYK | cmyk(10%, 4%, 0%, 0%) |
| LAB | lab(95.4 -3.0 -6.5) |
| LCH | lch(95.4 7.2 245.0) |
| OKLCH | oklch(0.959 0.021 236.8) |
Copy-ready code
/* CSS */
color: #e5f4fe;
background-color: #e5f4fe;
/* Tailwind (arbitrary) */
class="text-[#e5f4fe] bg-[#e5f4fe]"
/* SCSS */
$brand: #e5f4fe;
/* SwiftUI */
Color(red: 0.898, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#e5f4fe")Accessibility — WCAG contrast
Aa
#e5f4fe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f4fe on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green95.7%
Blue99.6%
CMYK percentages
Cyan9.8%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#e5f4fe text on a black background
contrast 18.70:1
Card sample
#e5f4fe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f4fe;
Background color
Panel with #e5f4fe background
background-color: #e5f4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f4fe; background: linear-gradient(135deg, #e5f4fe, #E7E5FE);