#ececff
a pale, electric blue · warm · “lavender”
RGB
236, 236, 255
HSL
240°, 100%, 96%
CMYK
8, 8, 0, 0
Luminance
0.8504
Every format
| HEX | #ececff |
| RGB | rgb(236, 236, 255) |
| HSL | hsl(240, 100%, 96%) |
| CMYK | cmyk(8%, 8%, 0%, 0%) |
| LAB | lab(93.9 3.5 -9.1) |
| LCH | lch(93.9 9.8 291.0) |
| OKLCH | oklch(0.949 0.025 285.9) |
Copy-ready code
/* CSS */
color: #ececff;
background-color: #ececff;
/* Tailwind (arbitrary) */
class="text-[#ececff] bg-[#ececff]"
/* SCSS */
$brand: #ececff;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#ececff")Accessibility — WCAG contrast
Aa
#ececff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececff on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue100.0%
CMYK percentages
Cyan7.5%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ececff text on a black background
contrast 18.01:1
Card sample
#ececff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececff;
Background color
Panel with #ececff background
background-color: #ececff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececff; background: linear-gradient(135deg, #ececff, #F9ECFF);