#e7e9fb
a pale, vivid blue · warm · “lavender”
RGB
231, 233, 251
HSL
234°, 71%, 95%
CMYK
8, 7, 0, 2
Luminance
0.8223
Every format
| HEX | #e7e9fb |
| RGB | rgb(231, 233, 251) |
| HSL | hsl(234, 71%, 95%) |
| CMYK | cmyk(8%, 7%, 0%, 2%) |
| LAB | lab(92.7 2.7 -8.9) |
| LCH | lch(92.7 9.3 286.7) |
| OKLCH | oklch(0.938 0.024 280.9) |
Copy-ready code
/* CSS */
color: #e7e9fb;
background-color: #e7e9fb;
/* Tailwind (arbitrary) */
class="text-[#e7e9fb] bg-[#e7e9fb]"
/* SCSS */
$brand: #e7e9fb;
/* SwiftUI */
Color(red: 0.906, green: 0.914, blue: 0.984)
/* Android */
Color.parseColor("#e7e9fb")Accessibility — WCAG contrast
Aa
#e7e9fb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e9fb on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green91.4%
Blue98.4%
CMYK percentages
Cyan8.0%
Magenta7.2%
Yellow0.0%
Key (black)1.6%
Color previews
#e7e9fb text on a black background
contrast 17.45:1
Card sample
#e7e9fb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e9fb;
Background color
Panel with #e7e9fb background
background-color: #e7e9fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e9fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 233, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 233, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e9fb; background: linear-gradient(135deg, #e7e9fb, #F2E7FB);