#e7ebfc
a pale, electric blue · warm · closest name: lavender
RGB
231, 235, 252
HSL
229°, 78%, 95%
CMYK
8, 7, 0, 1
Luminance
0.8343
Every format
| HEX | #e7ebfc |
| RGB | rgb(231, 235, 252) |
| HSL | hsl(229, 78%, 95%) |
| CMYK | cmyk(8%, 7%, 0%, 1%) |
| LAB | lab(93.2 1.8 -8.7) |
| LCH | lch(93.2 8.8 281.9) |
| OKLCH | oklch(0.942 0.023 275.4) |
Copy-ready code
/* CSS */
color: #e7ebfc;
background-color: #e7ebfc;
/* Tailwind (arbitrary) */
class="text-[#e7ebfc] bg-[#e7ebfc]"
/* SCSS */
$brand: #e7ebfc;
/* SwiftUI */
Color(red: 0.906, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#e7ebfc")Accessibility — WCAG contrast
Aa
#e7ebfc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ebfc on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.2%
Blue98.8%
CMYK percentages
Cyan8.3%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#e7ebfc text on a black background
contrast 17.69:1
Card sample
#e7ebfc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ebfc;
Background color
Panel with #e7ebfc background
background-color: #e7ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ebfc; background: linear-gradient(135deg, #e7ebfc, #F1E7FC);