#e7ebfd
a pale, electric blue · warm · “lavender”
RGB
231, 235, 253
HSL
229°, 85%, 95%
CMYK
9, 7, 0, 1
Luminance
0.8350
Every format
| HEX | #e7ebfd |
| RGB | rgb(231, 235, 253) |
| HSL | hsl(229, 85%, 95%) |
| CMYK | cmyk(9%, 7%, 0%, 1%) |
| LAB | lab(93.2 2.0 -9.1) |
| LCH | lch(93.2 9.3 282.5) |
| OKLCH | oklch(0.942 0.025 275.9) |
Copy-ready code
/* CSS */
color: #e7ebfd;
background-color: #e7ebfd;
/* Tailwind (arbitrary) */
class="text-[#e7ebfd] bg-[#e7ebfd]"
/* SCSS */
$brand: #e7ebfd;
/* SwiftUI */
Color(red: 0.906, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#e7ebfd")Accessibility — WCAG contrast
Aa
#e7ebfd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ebfd on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.2%
Blue99.2%
CMYK percentages
Cyan8.7%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#e7ebfd text on a black background
contrast 17.70:1
Card sample
#e7ebfd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ebfd;
Background color
Panel with #e7ebfd background
background-color: #e7ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ebfd; background: linear-gradient(135deg, #e7ebfd, #F2E7FD);