#e6ebfe
a pale, electric blue · warm · “lavender”
RGB
230, 235, 254
HSL
228°, 92%, 95%
CMYK
9, 8, 0, 0
Luminance
0.8340
Every format
| HEX | #e6ebfe |
| RGB | rgb(230, 235, 254) |
| HSL | hsl(228, 92%, 95%) |
| CMYK | cmyk(9%, 8%, 0%, 0%) |
| LAB | lab(93.2 1.9 -9.7) |
| LCH | lch(93.2 9.9 281.0) |
| OKLCH | oklch(0.942 0.026 274.1) |
Copy-ready code
/* CSS */
color: #e6ebfe;
background-color: #e6ebfe;
/* Tailwind (arbitrary) */
class="text-[#e6ebfe] bg-[#e6ebfe]"
/* SCSS */
$brand: #e6ebfe;
/* SwiftUI */
Color(red: 0.902, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e6ebfe")Accessibility — WCAG contrast
Aa
#e6ebfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ebfe on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.2%
Blue99.6%
CMYK percentages
Cyan9.4%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e6ebfe text on a black background
contrast 17.68:1
Card sample
#e6ebfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ebfe;
Background color
Panel with #e6ebfe background
background-color: #e6ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ebfe; background: linear-gradient(135deg, #e6ebfe, #F1E6FE);