#e6ecf7
a pale, vivid blue · cool · closest name: lavender
RGB
230, 236, 247
HSL
219°, 52%, 94%
CMYK
7, 5, 0, 3
Luminance
0.8353
Every format
| HEX | #e6ecf7 |
| RGB | rgb(230, 236, 247) |
| HSL | hsl(219, 52%, 94%) |
| CMYK | cmyk(7%, 5%, 0%, 3%) |
| LAB | lab(93.3 0.0 -6.0) |
| LCH | lch(93.3 6.0 270.4) |
| OKLCH | oklch(0.942 0.016 262.8) |
Copy-ready code
/* CSS */
color: #e6ecf7;
background-color: #e6ecf7;
/* Tailwind (arbitrary) */
class="text-[#e6ecf7] bg-[#e6ecf7]"
/* SCSS */
$brand: #e6ecf7;
/* SwiftUI */
Color(red: 0.902, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#e6ecf7")Accessibility — WCAG contrast
Aa
#e6ecf7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ecf7 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.5%
Blue96.9%
CMYK percentages
Cyan6.9%
Magenta4.5%
Yellow0.0%
Key (black)3.1%
Color previews
#e6ecf7 text on a black background
contrast 17.71:1
Card sample
#e6ecf7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ecf7;
Background color
Panel with #e6ecf7 background
background-color: #e6ecf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ecf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ecf7; background: linear-gradient(135deg, #e6ecf7, #EBE6F7);