#e8ebff
a pale, electric blue · warm · “lavender”
RGB
232, 235, 255
HSL
232°, 100%, 96%
CMYK
9, 8, 0, 0
Luminance
0.8379
Every format
| HEX | #e8ebff |
| RGB | rgb(232, 235, 255) |
| HSL | hsl(232, 100%, 96%) |
| CMYK | cmyk(9%, 8%, 0%, 0%) |
| LAB | lab(93.4 2.7 -10.0) |
| LCH | lch(93.4 10.3 285.3) |
| OKLCH | oklch(0.944 0.027 279.1) |
Copy-ready code
/* CSS */
color: #e8ebff;
background-color: #e8ebff;
/* Tailwind (arbitrary) */
class="text-[#e8ebff] bg-[#e8ebff]"
/* SCSS */
$brand: #e8ebff;
/* SwiftUI */
Color(red: 0.910, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#e8ebff")Accessibility — WCAG contrast
Aa
#e8ebff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ebff on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green92.2%
Blue100.0%
CMYK percentages
Cyan9.0%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#e8ebff text on a black background
contrast 17.76:1
Card sample
#e8ebff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ebff;
Background color
Panel with #e8ebff background
background-color: #e8ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ebff; background: linear-gradient(135deg, #e8ebff, #F4E8FF);