#e9f3ff
a pale, electric blue · cool · closest name: lavender
RGB
233, 243, 255
HSL
213°, 100%, 96%
CMYK
9, 5, 0, 0
Luminance
0.8864
Every format
| HEX | #e9f3ff |
| RGB | rgb(233, 243, 255) |
| HSL | hsl(213, 100%, 96%) |
| CMYK | cmyk(9%, 5%, 0%, 0%) |
| LAB | lab(95.4 -1.1 -6.9) |
| LCH | lch(95.4 7.0 261.3) |
| OKLCH | oklch(0.960 0.019 252.9) |
Copy-ready code
/* CSS */
color: #e9f3ff;
background-color: #e9f3ff;
/* Tailwind (arbitrary) */
class="text-[#e9f3ff] bg-[#e9f3ff]"
/* SCSS */
$brand: #e9f3ff;
/* SwiftUI */
Color(red: 0.914, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#e9f3ff")Accessibility — WCAG contrast
Aa
#e9f3ff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9f3ff on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green95.3%
Blue100.0%
CMYK percentages
Cyan8.6%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#e9f3ff text on a black background
contrast 18.73:1
Card sample
#e9f3ff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9f3ff;
Background color
Panel with #e9f3ff background
background-color: #e9f3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9f3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9f3ff; background: linear-gradient(135deg, #e9f3ff, #EEE9FF);