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