#e7efff
a pale, electric blue · cool · closest name: lavender
RGB
231, 239, 255
HSL
220°, 100%, 95%
CMYK
9, 6, 0, 0
Luminance
0.8594
Every format
| HEX | #e7efff |
| RGB | rgb(231, 239, 255) |
| HSL | hsl(220, 100%, 95%) |
| CMYK | cmyk(9%, 6%, 0%, 0%) |
| LAB | lab(94.3 0.4 -8.6) |
| LCH | lch(94.3 8.6 272.4) |
| OKLCH | oklch(0.951 0.023 264.5) |
Copy-ready code
/* CSS */
color: #e7efff;
background-color: #e7efff;
/* Tailwind (arbitrary) */
class="text-[#e7efff] bg-[#e7efff]"
/* SCSS */
$brand: #e7efff;
/* SwiftUI */
Color(red: 0.906, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#e7efff")Accessibility — WCAG contrast
Aa
#e7efff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7efff on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green93.7%
Blue100.0%
CMYK percentages
Cyan9.4%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#e7efff text on a black background
contrast 18.19:1
Card sample
#e7efff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7efff;
Background color
Panel with #e7efff background
background-color: #e7efff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7efff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7efff; background: linear-gradient(135deg, #e7efff, #EFE7FF);