#e8effb
a pale, vivid blue · cool · closest name: lavender
RGB
232, 239, 251
HSL
218°, 70%, 95%
CMYK
8, 5, 0, 2
Luminance
0.8585
Every format
| HEX | #e8effb |
| RGB | rgb(232, 239, 251) |
| HSL | hsl(218, 70%, 95%) |
| CMYK | cmyk(8%, 5%, 0%, 2%) |
| LAB | lab(94.3 -0.1 -6.6) |
| LCH | lch(94.3 6.6 269.2) |
| OKLCH | oklch(0.950 0.018 261.3) |
Copy-ready code
/* CSS */
color: #e8effb;
background-color: #e8effb;
/* Tailwind (arbitrary) */
class="text-[#e8effb] bg-[#e8effb]"
/* SCSS */
$brand: #e8effb;
/* SwiftUI */
Color(red: 0.910, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#e8effb")Accessibility — WCAG contrast
Aa
#e8effb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8effb on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green93.7%
Blue98.4%
CMYK percentages
Cyan7.6%
Magenta4.8%
Yellow0.0%
Key (black)1.6%
Color previews
#e8effb text on a black background
contrast 18.17:1
Card sample
#e8effb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8effb;
Background color
Panel with #e8effb background
background-color: #e8effb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8effb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8effb; background: linear-gradient(135deg, #e8effb, #EEE8FB);