#e9ebfc
a pale, electric blue · warm · “lavender”
RGB
233, 235, 252
HSL
234°, 76%, 95%
CMYK
8, 7, 0, 1
Luminance
0.8377
Every format
| HEX | #e9ebfc |
| RGB | rgb(233, 235, 252) |
| HSL | hsl(234, 76%, 95%) |
| CMYK | cmyk(8%, 7%, 0%, 1%) |
| LAB | lab(93.3 2.5 -8.4) |
| LCH | lch(93.3 8.8 286.3) |
| OKLCH | oklch(0.944 0.023 280.6) |
Copy-ready code
/* CSS */
color: #e9ebfc;
background-color: #e9ebfc;
/* Tailwind (arbitrary) */
class="text-[#e9ebfc] bg-[#e9ebfc]"
/* SCSS */
$brand: #e9ebfc;
/* SwiftUI */
Color(red: 0.914, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#e9ebfc")Accessibility — WCAG contrast
Aa
#e9ebfc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ebfc on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.2%
Blue98.8%
CMYK percentages
Cyan7.5%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#e9ebfc text on a black background
contrast 17.75:1
Card sample
#e9ebfc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ebfc;
Background color
Panel with #e9ebfc background
background-color: #e9ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ebfc; background: linear-gradient(135deg, #e9ebfc, #F4E9FC);