#e8f6ff
a pale, electric blue · cool · closest name: white
RGB
232, 246, 255
HSL
204°, 100%, 96%
CMYK
9, 4, 0, 0
Luminance
0.9029
Every format
| HEX | #e8f6ff |
| RGB | rgb(232, 246, 255) |
| HSL | hsl(204, 100%, 96%) |
| CMYK | cmyk(9%, 4%, 0%, 0%) |
| LAB | lab(96.1 -2.9 -5.9) |
| LCH | lch(96.1 6.6 243.8) |
| OKLCH | oklch(0.965 0.019 235.7) |
Copy-ready code
/* CSS */
color: #e8f6ff;
background-color: #e8f6ff;
/* Tailwind (arbitrary) */
class="text-[#e8f6ff] bg-[#e8f6ff]"
/* SCSS */
$brand: #e8f6ff;
/* SwiftUI */
Color(red: 0.910, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#e8f6ff")Accessibility — WCAG contrast
Aa
#e8f6ff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8f6ff on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green96.5%
Blue100.0%
CMYK percentages
Cyan9.0%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#e8f6ff text on a black background
contrast 19.06:1
Card sample
#e8f6ff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8f6ff;
Background color
Panel with #e8f6ff background
background-color: #e8f6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8f6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8f6ff; background: linear-gradient(135deg, #e8f6ff, #E9E8FF);