#e7ebfe
a pale, electric blue · warm · “lavender”
RGB
231, 235, 254
HSL
230°, 92%, 95%
CMYK
9, 8, 0, 0
Luminance
0.8356
Every format
| HEX | #e7ebfe |
| RGB | rgb(231, 235, 254) |
| HSL | hsl(230, 92%, 95%) |
| CMYK | cmyk(9%, 8%, 0%, 0%) |
| LAB | lab(93.3 2.2 -9.6) |
| LCH | lch(93.3 9.9 283.0) |
| OKLCH | oklch(0.943 0.026 276.4) |
Copy-ready code
/* CSS */
color: #e7ebfe;
background-color: #e7ebfe;
/* Tailwind (arbitrary) */
class="text-[#e7ebfe] bg-[#e7ebfe]"
/* SCSS */
$brand: #e7ebfe;
/* SwiftUI */
Color(red: 0.906, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e7ebfe")Accessibility — WCAG contrast
Aa
#e7ebfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ebfe on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan9.1%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e7ebfe text on a black background
contrast 17.71:1
Card sample
#e7ebfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ebfe;
Background color
Panel with #e7ebfe background
background-color: #e7ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ebfe; background: linear-gradient(135deg, #e7ebfe, #F2E7FE);