#e7edfb
a pale, vivid blue · cool · closest name: lavender
RGB
231, 237, 251
HSL
222°, 71%, 95%
CMYK
8, 6, 0, 2
Luminance
0.8452
Every format
| HEX | #e7edfb |
| RGB | rgb(231, 237, 251) |
| HSL | hsl(222, 71%, 95%) |
| CMYK | cmyk(8%, 6%, 0%, 2%) |
| LAB | lab(93.7 0.6 -7.4) |
| LCH | lch(93.7 7.5 274.7) |
| OKLCH | oklch(0.946 0.020 267.3) |
Copy-ready code
/* CSS */
color: #e7edfb;
background-color: #e7edfb;
/* Tailwind (arbitrary) */
class="text-[#e7edfb] bg-[#e7edfb]"
/* SCSS */
$brand: #e7edfb;
/* SwiftUI */
Color(red: 0.906, green: 0.929, blue: 0.984)
/* Android */
Color.parseColor("#e7edfb")Accessibility — WCAG contrast
Aa
#e7edfb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7edfb on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green92.9%
Blue98.4%
CMYK percentages
Cyan8.0%
Magenta5.6%
Yellow0.0%
Key (black)1.6%
Color previews
#e7edfb text on a black background
contrast 17.90:1
Card sample
#e7edfb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7edfb;
Background color
Panel with #e7edfb background
background-color: #e7edfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7edfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 237, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 237, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7edfb; background: linear-gradient(135deg, #e7edfb, #EEE7FB);