#e9f0ff
a pale, electric blue · cool · closest name: lavender
RGB
233, 240, 255
HSL
221°, 100%, 96%
CMYK
9, 6, 0, 0
Luminance
0.8686
Every format
| HEX | #e9f0ff |
| RGB | rgb(233, 240, 255) |
| HSL | hsl(221, 100%, 96%) |
| CMYK | cmyk(9%, 6%, 0%, 0%) |
| LAB | lab(94.7 0.5 -8.0) |
| LCH | lch(94.7 8.0 273.4) |
| OKLCH | oklch(0.954 0.021 265.8) |
Copy-ready code
/* CSS */
color: #e9f0ff;
background-color: #e9f0ff;
/* Tailwind (arbitrary) */
class="text-[#e9f0ff] bg-[#e9f0ff]"
/* SCSS */
$brand: #e9f0ff;
/* SwiftUI */
Color(red: 0.914, green: 0.941, blue: 1.000)
/* Android */
Color.parseColor("#e9f0ff")Accessibility — WCAG contrast
Aa
#e9f0ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9f0ff on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green94.1%
Blue100.0%
CMYK percentages
Cyan8.6%
Magenta5.9%
Yellow0.0%
Key (black)0.0%
Color previews
#e9f0ff text on a black background
contrast 18.37:1
Card sample
#e9f0ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9f0ff;
Background color
Panel with #e9f0ff background
background-color: #e9f0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9f0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 240, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 240, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9f0ff; background: linear-gradient(135deg, #e9f0ff, #F1E9FF);