#e6ebfb
a pale, vivid blue · warm · closest name: lavender
RGB
230, 235, 251
HSL
226°, 72%, 94%
CMYK
8, 6, 0, 2
Luminance
0.8320
Every format
| HEX | #e6ebfb |
| RGB | rgb(230, 235, 251) |
| HSL | hsl(226, 72%, 94%) |
| CMYK | cmyk(8%, 6%, 0%, 2%) |
| LAB | lab(93.1 1.3 -8.3) |
| LCH | lch(93.1 8.4 279.0) |
| OKLCH | oklch(0.941 0.022 272.1) |
Copy-ready code
/* CSS */
color: #e6ebfb;
background-color: #e6ebfb;
/* Tailwind (arbitrary) */
class="text-[#e6ebfb] bg-[#e6ebfb]"
/* SCSS */
$brand: #e6ebfb;
/* SwiftUI */
Color(red: 0.902, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#e6ebfb")Accessibility — WCAG contrast
Aa
#e6ebfb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ebfb on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.2%
Blue98.4%
CMYK percentages
Cyan8.4%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#e6ebfb text on a black background
contrast 17.64:1
Card sample
#e6ebfb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ebfb;
Background color
Panel with #e6ebfb background
background-color: #e6ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ebfb; background: linear-gradient(135deg, #e6ebfb, #EFE6FB);