#e7e7fc
a pale, electric blue · warm · “lavender”
RGB
231, 231, 252
HSL
240°, 78%, 95%
CMYK
8, 8, 0, 1
Luminance
0.8117
Every format
| HEX | #e7e7fc |
| RGB | rgb(231, 231, 252) |
| HSL | hsl(240, 78%, 95%) |
| CMYK | cmyk(8%, 8%, 0%, 1%) |
| LAB | lab(92.2 3.9 -10.1) |
| LCH | lch(92.2 10.8 291.1) |
| OKLCH | oklch(0.934 0.028 285.8) |
Copy-ready code
/* CSS */
color: #e7e7fc;
background-color: #e7e7fc;
/* Tailwind (arbitrary) */
class="text-[#e7e7fc] bg-[#e7e7fc]"
/* SCSS */
$brand: #e7e7fc;
/* SwiftUI */
Color(red: 0.906, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#e7e7fc")Accessibility — WCAG contrast
Aa
#e7e7fc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e7fc on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green90.6%
Blue98.8%
CMYK percentages
Cyan8.3%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#e7e7fc text on a black background
contrast 17.23:1
Card sample
#e7e7fc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e7fc;
Background color
Panel with #e7e7fc background
background-color: #e7e7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e7fc; background: linear-gradient(135deg, #e7e7fc, #F5E7FC);