#e7f1fe
a pale, electric blue · cool · closest name: lavender
RGB
231, 241, 254
HSL
214°, 92%, 95%
CMYK
9, 5, 0, 0
Luminance
0.8706
Every format
| HEX | #e7f1fe |
| RGB | rgb(231, 241, 254) |
| HSL | hsl(214, 92%, 95%) |
| CMYK | cmyk(9%, 5%, 0%, 0%) |
| LAB | lab(94.8 -0.9 -7.4) |
| LCH | lch(94.8 7.4 263.4) |
| OKLCH | oklch(0.955 0.021 254.9) |
Copy-ready code
/* CSS */
color: #e7f1fe;
background-color: #e7f1fe;
/* Tailwind (arbitrary) */
class="text-[#e7f1fe] bg-[#e7f1fe]"
/* SCSS */
$brand: #e7f1fe;
/* SwiftUI */
Color(red: 0.906, green: 0.945, blue: 0.996)
/* Android */
Color.parseColor("#e7f1fe")Accessibility — WCAG contrast
Aa
#e7f1fe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f1fe on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green94.5%
Blue99.6%
CMYK percentages
Cyan9.1%
Magenta5.1%
Yellow0.0%
Key (black)0.4%
Color previews
#e7f1fe text on a black background
contrast 18.41:1
Card sample
#e7f1fe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f1fe;
Background color
Panel with #e7f1fe background
background-color: #e7f1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 241, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 241, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f1fe; background: linear-gradient(135deg, #e7f1fe, #ECE7FE);