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