#e5f5ff
a pale, electric blue · cool · closest name: white
RGB
229, 245, 255
HSL
203°, 100%, 95%
CMYK
10, 4, 0, 0
Luminance
0.8918
Every format
| HEX | #e5f5ff |
| RGB | rgb(229, 245, 255) |
| HSL | hsl(203, 100%, 95%) |
| CMYK | cmyk(10%, 4%, 0%, 0%) |
| LAB | lab(95.7 -3.3 -6.6) |
| LCH | lch(95.7 7.4 243.1) |
| OKLCH | oklch(0.961 0.022 235.0) |
Copy-ready code
/* CSS */
color: #e5f5ff;
background-color: #e5f5ff;
/* Tailwind (arbitrary) */
class="text-[#e5f5ff] bg-[#e5f5ff]"
/* SCSS */
$brand: #e5f5ff;
/* SwiftUI */
Color(red: 0.898, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#e5f5ff")Accessibility — WCAG contrast
Aa
#e5f5ff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f5ff on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green96.1%
Blue100.0%
CMYK percentages
Cyan10.2%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#e5f5ff text on a black background
contrast 18.84:1
Card sample
#e5f5ff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f5ff;
Background color
Panel with #e5f5ff background
background-color: #e5f5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f5ff; background: linear-gradient(135deg, #e5f5ff, #E6E5FF);