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