#e6ecff
a pale, electric blue · warm · closest name: lavender
RGB
230, 236, 255
HSL
226°, 100%, 95%
CMYK
10, 8, 0, 0
Luminance
0.8403
Every format
| HEX | #e6ecff |
| RGB | rgb(230, 236, 255) |
| HSL | hsl(226, 100%, 95%) |
| CMYK | cmyk(10%, 8%, 0%, 0%) |
| LAB | lab(93.5 1.6 -9.8) |
| LCH | lch(93.5 10.0 279.1) |
| OKLCH | oklch(0.944 0.026 271.9) |
Copy-ready code
/* CSS */
color: #e6ecff;
background-color: #e6ecff;
/* Tailwind (arbitrary) */
class="text-[#e6ecff] bg-[#e6ecff]"
/* SCSS */
$brand: #e6ecff;
/* SwiftUI */
Color(red: 0.902, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#e6ecff")Accessibility — WCAG contrast
Aa
#e6ecff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ecff on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.5%
Blue100.0%
CMYK percentages
Cyan9.8%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#e6ecff text on a black background
contrast 17.81:1
Card sample
#e6ecff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ecff;
Background color
Panel with #e6ecff background
background-color: #e6ecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ecff; background: linear-gradient(135deg, #e6ecff, #F1E6FF);