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